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/23 14:59:28 UTC

svn commit: r1304350 - /incubator/syncope/trunk/parent/pom.xml

Author: ilgrosso
Date: Fri Mar 23 13:59:28 2012
New Revision: 1304350

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

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

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1304350&r1=1304349&r2=1304350&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Fri Mar 23 13:59:28 2012
@@ -685,9 +685,9 @@ under the License.
           </dependencies>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.groovy.maven</groupId>
+          <groupId>org.codehaus.maven</groupId>
           <artifactId>gmaven-plugin</artifactId>
-          <version>1.0</version>
+          <version>1.4</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>