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

svn commit: r586022 - /maven/pom/trunk/maven/pom.xml

Author: evenisse
Date: Thu Oct 18 09:08:20 2007
New Revision: 586022

URL: http://svn.apache.org/viewvc?rev=586022&view=rev
Log:
Use latest apache-jar-resource-bundle snapshot

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=586022&r1=586021&r2=586022&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Thu Oct 18 09:08:20 2007
@@ -91,7 +91,7 @@
             </goals>
             <configuration>
               <resourceBundles>
-                <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.3-SNAPSHOT</resourceBundle>
               </resourceBundles>
             </configuration>
           </execution>