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 2009/09/08 00:06:52 UTC

svn commit: r812290 - /maven/repository-tools/trunk/pom.xml

Author: hboutemy
Date: Mon Sep  7 22:06:52 2009
New Revision: 812290

URL: http://svn.apache.org/viewvc?rev=812290&view=rev
Log:
updated parent pom to released version instead of SNAPSHOT

Modified:
    maven/repository-tools/trunk/pom.xml

Modified: maven/repository-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/repository-tools/trunk/pom.xml?rev=812290&r1=812289&r2=812290&view=diff
==============================================================================
--- maven/repository-tools/trunk/pom.xml (original)
+++ maven/repository-tools/trunk/pom.xml Mon Sep  7 22:06:52 2009
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>11-SNAPSHOT</version>
+    <version>11</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>