You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/23 17:15:10 UTC

svn commit: r193160 - /maven/components/trunk/maven-core-it/it0023/pom.xml

Author: brett
Date: Thu Jun 23 08:15:09 2005
New Revision: 193160

URL: http://svn.apache.org/viewcvs?rev=193160&view=rev
Log:
fix bad group id

Modified:
    maven/components/trunk/maven-core-it/it0023/pom.xml

Modified: maven/components/trunk/maven-core-it/it0023/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0023/pom.xml?rev=193160&r1=193159&r2=193160&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0023/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0023/pom.xml Thu Jun 23 08:15:09 2005
@@ -1,6 +1,6 @@
 <model>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.</groupId>
+  <groupId>org.apache.maven</groupId>
   <artifactId>maven-it0023</artifactId>
   <version>1.0-SNAPSHOT</version>
   



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org