You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/13 21:01:23 UTC

svn commit: r1337965 - in /maven/plugin-tools/trunk/maven-plugin-plugin/src/it: ant-reference-parameter/pom.xml ant-simple-usage/plugin/pom.xml

Author: hboutemy
Date: Sun May 13 19:01:22 2012
New Revision: 1337965

URL: http://svn.apache.org/viewvc?rev=1337965&view=rev
Log:
fixed ant ITs

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/plugin/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml?rev=1337965&r1=1337964&r2=1337965&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml Sun May 13 19:01:22 2012
@@ -44,7 +44,9 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
+        <version>@project.version@</version>
         <configuration>
           <goalPrefix>antWithRefs</goalPrefix>
         </configuration>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/plugin/pom.xml?rev=1337965&r1=1337964&r2=1337965&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/plugin/pom.xml Sun May 13 19:01:22 2012
@@ -50,7 +50,9 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
+        <version>${pluginPluginVersion}</version>
         <configuration>
           <prefix>antSimpleUsage</prefix>
         </configuration>