You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/10/23 03:09:06 UTC

svn commit: r587347 - /maven/shared/trunk/maven-script/pom.xml

Author: carlos
Date: Mon Oct 22 18:09:05 2007
New Revision: 587347

URL: http://svn.apache.org/viewvc?rev=587347&view=rev
Log:
Set the right group for its children

Modified:
    maven/shared/trunk/maven-script/pom.xml

Modified: maven/shared/trunk/maven-script/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-script/pom.xml?rev=587347&r1=587346&r2=587347&view=diff
==============================================================================
--- maven/shared/trunk/maven-script/pom.xml (original)
+++ maven/shared/trunk/maven-script/pom.xml Mon Oct 22 18:09:05 2007
@@ -27,6 +27,7 @@
     <version>8-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven</groupId>
   <artifactId>maven-script</artifactId>
   <packaging>pom</packaging>
   <version>2.1-SNAPSHOT</version>