You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/13 16:09:07 UTC

svn commit: r368753 - /incubator/servicemix/trunk/servicemix-assembly/project.xml

Author: foconer
Date: Fri Jan 13 07:08:46 2006
New Revision: 368753

URL: http://svn.apache.org/viewcvs?rev=368753&view=rev
Log:
Correction on groupId.

Modified:
    incubator/servicemix/trunk/servicemix-assembly/project.xml

Modified: incubator/servicemix/trunk/servicemix-assembly/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-assembly/project.xml?rev=368753&r1=368752&r2=368753&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-assembly/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-assembly/project.xml Fri Jan 13 07:08:46 2006
@@ -24,12 +24,8 @@
   <extend>${basedir}/../etc/project.xml</extend>
   
   <name>ServiceMix</name>
-  <id>servicemix</id>
-  <groupId>servicemix</groupId>
-  <currentVersion>3.0-SNAPSHOT</currentVersion>
-
-  <name>ServiceMix :: Assembly</name>
-  <id>servicemix</id>
+  <id>servicemix</id>   
+  
   <shortDescription>ServiceMix Assembly</shortDescription>
   <description>ServiceMix Assembly creates a ServiceMix distribution</description>
 
@@ -307,7 +303,7 @@
       </properties>
     </dependency>
 
-    <!--  for ActiveMQ 3.x -->
+    <!--  for ActiveMQ 4.x -->
     <dependency>
       <id>activemq</id>
       <version>${activemq_version}</version>