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/05/21 01:01:34 UTC

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

Author: olamy
Date: Sun May 20 23:01:33 2012
New Revision: 1340868

URL: http://svn.apache.org/viewvc?rev=1340868&view=rev
Log:
fix groupId

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml
    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
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1340868&r1=1340867&r2=1340868&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Sun May 20 23:01:33 2012
@@ -266,14 +266,16 @@
 
     <!-- needed for it tests -->
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-script-beanshell</artifactId>
       <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-script-ant</artifactId>
       <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
 
   </dependencies>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml?rev=1340868&r1=1340867&r2=1340868&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml Sun May 20 23:01:33 2012
@@ -41,7 +41,7 @@
       <version>1.6.5</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-script-ant</artifactId>
       <version>@project.version@</version>
     </dependency>

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=1340868&r1=1340867&r2=1340868&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 20 23:01:33 2012
@@ -37,7 +37,7 @@
       <version>1.6.5</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-script-ant</artifactId>
       <version>@project.version@</version>
     </dependency>

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=1340868&r1=1340867&r2=1340868&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 20 23:01:33 2012
@@ -41,7 +41,7 @@
       <artifactId>ant</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-script-ant</artifactId>
       <version>@project.version@</version>
     </dependency>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml?rev=1340868&r1=1340867&r2=1340868&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml Sun May 20 23:01:33 2012
@@ -40,7 +40,7 @@
       <version>1.3.0</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-script-beanshell</artifactId>
       <version>@project.version@</version>
     </dependency>