bpd0018 closed pull request #30: Update requireJavaVersion.apt.vm
URL: https://github.com/apache/maven-enforcer/pull/30
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/enforcer-rules/src/site/apt/requireJavaVersion.apt.vm
b/enforcer-rules/src/site/apt/requireJavaVersion.apt.vm
index c563afe..4022cca 100644
--- a/enforcer-rules/src/site/apt/requireJavaVersion.apt.vm
+++ b/enforcer-rules/src/site/apt/requireJavaVersion.apt.vm
@@ -43,7 +43,7 @@ Require Java Version
[[3]] Remove all non digit characters "[^0-9] and convert each section using
Integer.parseInt() (1.5.0_07-b03 becomes 1.5.0.7.3)
- [[3]] Split the string on '.' and take the first 3 sections, separated by
'.' and add '-' followed by the forth section (1.5.0.7.3 becomes 1.5.0-7)
+ [[3]] Split the string on '.' and take the first 3 sections, separated by
'.' and add '-' followed by the fourth section (1.5.0.7.3 becomes 1.5.0-7)
[]
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services