You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/09/30 19:12:41 UTC

svn commit: r820349 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

Author: jdcasey
Date: Wed Sep 30 17:12:41 2009
New Revision: 820349

URL: http://svn.apache.org/viewvc?rev=820349&view=rev
Log:
bump to released version of plexus-interpolation

Modified:
    maven/plugins/trunk/maven-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=820349&r1=820348&r2=820349&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Wed Sep 30 17:12:41 2009
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.13-SNAPSHOT</version>
+      <version>1.13</version>
     </dependency>
 
     <dependency>