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 2008/09/29 18:54:38 UTC

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

Author: olamy
Date: Mon Sep 29 09:54:37 2008
New Revision: 700174

URL: http://svn.apache.org/viewvc?rev=700174&view=rev
Log:
use invoker plugin released version

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=700174&r1=700173&r2=700174&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Mon Sep 29 09:54:37 2008
@@ -96,8 +96,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <!-- SNAPSHOT due to MINVOKER-48 -->
-            <version>1.3-SNAPSHOT</version>
+            <version>1.3</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>