You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/05/27 08:47:26 UTC

svn commit: r948691 - /camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml

Author: davsclaus
Date: Thu May 27 06:47:26 2010
New Revision: 948691

URL: http://svn.apache.org/viewvc?rev=948691&view=rev
Log:
Fixed pom having wrong groupId.

Modified:
    camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml

Modified: camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml?rev=948691&r1=948690&r2=948691&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml (original)
+++ camel/trunk/examples/camel-example-loadbalancing-mina/pom.xml Thu May 27 06:47:26 2010
@@ -27,10 +27,8 @@
 	    <version>2.4-SNAPSHOT</version>
 	</parent>
 	
-	<groupId>org.apache.camel.example</groupId>
 	<artifactId>loadbalancing</artifactId>
 	<packaging>jar</packaging>
-	
 	<name>Camel :: Example :: Loadbalancer camel-mina</name>
 	<description>An example that show loadbalancing messaging with mina servers (TCP/IP)</description>