Author: davsclaus
Date: Tue Jul 29 09:36:06 2008
New Revision: 680762

URL: http://svn.apache.org/viewvc?rev=680762&view=rev
Log:
CAMEL-753: Applied patch with thanks to Jonathan.

Modified:
    activemq/camel/trunk/tooling/archetypes/camel-component/pom.xml
    activemq/camel/trunk/tooling/archetypes/camel-router/pom.xml

Modified: activemq/camel/trunk/tooling/archetypes/camel-component/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/archetypes/camel-component/pom.xml?rev=680762&r1=680761&r2=680762&view=diff
==============================================================================
--- activemq/camel/trunk/tooling/archetypes/camel-component/pom.xml (original)
+++ activemq/camel/trunk/tooling/archetypes/camel-component/pom.xml Tue Jul 29 
09:36:06 2008
@@ -28,6 +28,7 @@
     <version>1.5-SNAPSHOT</version>
   </parent>
 
+  <groupId>org.apache.camel.archetypes</groupId>
   <artifactId>camel-component</artifactId>
   <name>Camel :: Archetypes :: Component</name>
 

Modified: activemq/camel/trunk/tooling/archetypes/camel-router/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/archetypes/camel-router/pom.xml?rev=680762&r1=680761&r2=680762&view=diff
==============================================================================
--- activemq/camel/trunk/tooling/archetypes/camel-router/pom.xml (original)
+++ activemq/camel/trunk/tooling/archetypes/camel-router/pom.xml Tue Jul 29 
09:36:06 2008
@@ -28,6 +28,7 @@
     <version>1.5-SNAPSHOT</version>
   </parent>
 
+  <groupId>org.apache.camel.archetypes</groupId>
   <artifactId>camel-router</artifactId>
   <name>Camel :: Archetypes :: Router</name>
 


Reply via email to