You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/23 09:45:39 UTC

svn commit: r777877 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml

Author: spoole
Date: Sat May 23 09:45:38 2009
New Revision: 777877

URL: http://svn.apache.org/viewvc?rev=777877&view=rev
Log:
creation of new structure for building with maven

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml?rev=777877&r1=777876&r2=777877&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/pom.xml Sat May 23 09:45:38 2009
@@ -1,6 +1,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>foo.apache.kato</groupId>
+  <groupId>org.apache.kato</groupId>
   <artifactId>kato</artifactId>
   <packaging>pom</packaging>
   <name>Apache Kato</name>