You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/03/26 13:25:14 UTC

svn commit: r1305313 - in /incubator/syncope/trunk: core/pom.xml parent/pom.xml

Author: ilgrosso
Date: Mon Mar 26 11:25:14 2012
New Revision: 1305313

URL: http://svn.apache.org/viewvc?rev=1305313&view=rev
Log:
Fixing gmaven plugin definition

Modified:
    incubator/syncope/trunk/core/pom.xml
    incubator/syncope/trunk/parent/pom.xml

Modified: incubator/syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/pom.xml?rev=1305313&r1=1305312&r2=1305313&view=diff
==============================================================================
--- incubator/syncope/trunk/core/pom.xml (original)
+++ incubator/syncope/trunk/core/pom.xml Mon Mar 26 11:25:14 2012
@@ -342,7 +342,7 @@ under the License.
       </plugin>
 
       <plugin>
-        <groupId>org.codehaus.groovy.maven</groupId>
+        <groupId>org.codehaus.gmaven</groupId>
         <artifactId>gmaven-plugin</artifactId>
         <inherited>true</inherited>
         <executions>

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1305313&r1=1305312&r2=1305313&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Mon Mar 26 11:25:14 2012
@@ -232,7 +232,7 @@ under the License.
 
     <wicket.version>1.5.5</wicket.version>
 
-    <groovy.version>1.8.6</groovy.version>
+    <groovy.version>1.6.9</groovy.version>
 
     <h2.version>1.3.164</h2.version>
 
@@ -685,7 +685,7 @@ under the License.
           </dependencies>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.maven</groupId>
+          <groupId>org.codehaus.gmaven</groupId>
           <artifactId>gmaven-plugin</artifactId>
           <version>1.4</version>
         </plugin>