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 2012/01/20 16:01:43 UTC

svn commit: r1233937 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

Author: olamy
Date: Fri Jan 20 15:01:43 2012
New Revision: 1233937

URL: http://svn.apache.org/viewvc?rev=1233937&view=rev
Log:
upgrade to last parent 22

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

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=1233937&r1=1233936&r2=1233937&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Fri Jan 20 15:01:43 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>21</version>
+    <version>22</version>
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -162,7 +162,7 @@ under the License.
                 <id>integration-test</id>
                 <goals>
                   <goal>install</goal>
-                  <goal>run</goal>
+                  <goal>integration-test</goal>
                 </goals>
               </execution>
             </executions>