You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/15 20:47:01 UTC

svn commit: r1743962 - /maven/enforcer/trunk/pom.xml

Author: hboutemy
Date: Sun May 15 20:47:01 2016
New Revision: 1743962

URL: http://svn.apache.org/viewvc?rev=1743962&view=rev
Log:
use last released parent pom

Modified:
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1743962&r1=1743961&r2=1743962&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Sun May 15 20:47:01 2016
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>26</version>
+    <version>27</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>