You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/01/20 21:35:18 UTC

[maven-enforcer] branch pr-30 created (now 554f343)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch pr-30
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git.


      at 554f343  Update requireJavaVersion.apt.vm

This branch includes the following new commits:

     new 554f343  Update requireJavaVersion.apt.vm

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].

[maven-enforcer] 01/01: Update requireJavaVersion.apt.vm

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch pr-30
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git

commit 554f343ee40c066c0490cce1ebf8297aa3fafb9f
Author: bpd0018 <bp...@gmail.com>
AuthorDate: Sat Jan 20 15:04:17 2018 -0600

    Update requireJavaVersion.apt.vm
    
    Signed-off-by: Karl Heinz Marbaise <kh...@apache.org>
---
 enforcer-rules/src/site/apt/requireJavaVersion.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
   
   []
    

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.