You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2014/12/09 23:51:11 UTC

svn commit: r1644211 - /maven/site/trunk/pom.xml

Author: olamy
Date: Tue Dec  9 22:51:10 2014
New Revision: 1644211

URL: http://svn.apache.org/r1644211
Log:
use released parent

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1644211&r1=1644210&r2=1644211&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Tue Dec  9 22:51:10 2014
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>26-SNAPSHOT</version>
+    <version>26</version>
   </parent>
 
   <artifactId>maven-site</artifactId>