You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2010/01/29 01:38:43 UTC

svn commit: r904325 - /maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml

Author: brett
Date: Fri Jan 29 00:38:43 2010
New Revision: 904325

URL: http://svn.apache.org/viewvc?rev=904325&view=rev
Log:
[ARCHETYPE-272] adjust group ID of GMaven archetypes

Modified:
    maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml

Modified: maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml?rev=904325&r1=904324&r2=904325&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml (original)
+++ maven/archetype/trunk/archetype-common/src/main/resources/archetype-catalog.xml Fri Jan 29 00:38:43 2010
@@ -268,13 +268,13 @@
       <description>A simple archetype for create custom JSF components using MyFaces</description>
     </archetype>
     <archetype>
-      <groupId>org.codehaus.groovy.maven.archetypes</groupId>
+      <groupId>org.codehaus.gmaven.archetypes</groupId>
       <artifactId>gmaven-archetype-basic</artifactId>
       <version>RELEASE</version>
       <description>Groovy basic archetype</description>
     </archetype>
     <archetype>
-      <groupId>org.codehaus.groovy.maven.archetypes</groupId>
+      <groupId>org.codehaus.gmaven.archetypes</groupId>
       <artifactId>gmaven-archetype-mojo</artifactId>
       <version>RELEASE</version>
       <description>Groovy mojo archetype</description>