You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by dk...@apache.org on 2007/10/18 20:52:34 UTC

svn commit: r586072 - /maven/resources/trunk/apache-jar-resource-bundle/pom.xml

Author: dkulp
Date: Thu Oct 18 11:52:33 2007
New Revision: 586072

URL: http://svn.apache.org/viewvc?rev=586072&view=rev
Log:
Use released parent

Modified:
    maven/resources/trunk/apache-jar-resource-bundle/pom.xml

Modified: maven/resources/trunk/apache-jar-resource-bundle/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-jar-resource-bundle/pom.xml?rev=586072&r1=586071&r2=586072&view=diff
==============================================================================
--- maven/resources/trunk/apache-jar-resource-bundle/pom.xml (original)
+++ maven/resources/trunk/apache-jar-resource-bundle/pom.xml Thu Oct 18 11:52:33 2007
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>3-SNAPSHOT</version>
+    <version>2</version>
   </parent>
   <artifactId>apache-jar-resource-bundle</artifactId>
   <name>Apache JAR Resource Bundle</name>