Author: veithen
Date: Fri May 29 19:36:42 2015
New Revision: 1682535

URL: http://svn.apache.org/r1682535
Log:
Upgrade gmaven-plugin to the latest version.

Modified:
    webservices/axiom/trunk/distribution/pom.xml
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/systests/eclipse-tests/pom.xml
    webservices/axiom/trunk/testing/xml-testsuite/pom.xml

Modified: webservices/axiom/trunk/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/distribution/pom.xml?rev=1682535&r1=1682534&r2=1682535&view=diff
==============================================================================
--- webservices/axiom/trunk/distribution/pom.xml (original)
+++ webservices/axiom/trunk/distribution/pom.xml Fri May 29 19:36:42 2015
@@ -96,7 +96,7 @@
         <plugins>
             <plugin>
                 <groupId>org.codehaus.gmaven</groupId>
-                <artifactId>gmaven-plugin</artifactId>
+                <artifactId>groovy-maven-plugin</artifactId>
                 <executions>
                     <execution>
                         <id>generate-timestamp</id>

Modified: webservices/axiom/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1682535&r1=1682534&r2=1682535&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Fri May 29 19:36:42 2015
@@ -586,8 +586,8 @@
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.gmaven</groupId>
-                    <artifactId>gmaven-plugin</artifactId>
-                    <version>1.2</version>
+                    <artifactId>groovy-maven-plugin</artifactId>
+                    <version>2.0</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-antrun-plugin</artifactId>
@@ -638,7 +638,7 @@
                                 <pluginExecution>
                                     <pluginExecutionFilter>
                                         <groupId>org.codehaus.gmaven</groupId>
-                                        <artifactId>gmaven-plugin</artifactId>
+                                        
<artifactId>groovy-maven-plugin</artifactId>
                                         <versionRange>[0.0.0,)</versionRange>
                                         <goals>
                                             <goal>execute</goal>
@@ -715,7 +715,7 @@
             </plugin>
             <plugin>
                 <groupId>org.codehaus.gmaven</groupId>
-                <artifactId>gmaven-plugin</artifactId>
+                <artifactId>groovy-maven-plugin</artifactId>
                 <executions>
                     <execution>
                         <id>initialize</id>

Modified: webservices/axiom/trunk/systests/eclipse-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/eclipse-tests/pom.xml?rev=1682535&r1=1682534&r2=1682535&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/eclipse-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/eclipse-tests/pom.xml Fri May 29 19:36:42 
2015
@@ -66,7 +66,7 @@
         <plugins>
             <plugin>
                 <groupId>org.codehaus.gmaven</groupId>
-                <artifactId>gmaven-plugin</artifactId>
+                <artifactId>groovy-maven-plugin</artifactId>
                 <executions>
                     <execution>
                         <!-- Need this to pass information to the hook 
scripts. Once maven-invoker-plugin 1.9 is released,

Modified: webservices/axiom/trunk/testing/xml-testsuite/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/xml-testsuite/pom.xml?rev=1682535&r1=1682534&r2=1682535&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/xml-testsuite/pom.xml (original)
+++ webservices/axiom/trunk/testing/xml-testsuite/pom.xml Fri May 29 19:36:42 
2015
@@ -63,7 +63,7 @@
         <plugins>
             <plugin>
                 <groupId>org.codehaus.gmaven</groupId>
-                <artifactId>gmaven-plugin</artifactId>
+                <artifactId>groovy-maven-plugin</artifactId>
                 <executions>
                     <execution>
                         <phase>generate-resources</phase>


Reply via email to