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/06/13 10:56:06 UTC

svn commit: r784366 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.query.plugin/pom.xml

Author: spoole
Date: Sat Jun 13 10:56:06 2009
New Revision: 784366

URL: http://svn.apache.org/viewvc?rev=784366&view=rev
Log:
changed eclipse maven module name to kato.eclipse to provide improvied clarity in workspace

Modified:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.query.plugin/pom.xml

Modified: incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.query.plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.query.plugin/pom.xml?rev=784366&r1=784365&r2=784366&view=diff
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.query.plugin/pom.xml (original)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato.eclipse/plugins/kato.query.plugin/pom.xml Sat Jun 13 10:56:06 2009
@@ -1,12 +1,12 @@
 <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">
   <parent>
-    <artifactId>eclipse</artifactId>
+    <artifactId>kato.eclipse</artifactId>
     <groupId>org.apache.kato</groupId>
     <version>0.0.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.kato</groupId>
-  <artifactId>kato.query.plugin</artifactId>
+  <artifactId>kato.query.eclipse.plugin</artifactId>
   <packaging>pom</packaging>
   <version>0.0.1-SNAPSHOT</version>
 </project>
\ No newline at end of file