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 12:08:19 UTC

svn commit: r368680 - /incubator/servicemix/trunk/etc/project.xml

Author: foconer
Date: Fri Jan 13 03:08:12 2006
New Revision: 368680

URL: http://svn.apache.org/viewcvs?rev=368680&view=rev
Log:
changed groupId to org.apache.servicemix

Modified:
    incubator/servicemix/trunk/etc/project.xml

Modified: incubator/servicemix/trunk/etc/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/etc/project.xml?rev=368680&r1=368679&r2=368680&view=diff
==============================================================================
--- incubator/servicemix/trunk/etc/project.xml (original)
+++ incubator/servicemix/trunk/etc/project.xml Fri Jan 13 03:08:12 2006
@@ -4,7 +4,7 @@
   <pomVersion>3</pomVersion>
   <name>ServiceMix</name>
   <id>servicemix</id>
-  <groupId>servicemix</groupId>
+  <groupId>org.apache.servicemix</groupId>
   <currentVersion>3.0-SNAPSHOT</currentVersion>
 
   <organization>
@@ -15,7 +15,7 @@
 
   <inceptionYear>2005</inceptionYear>
 
-  <package>org.servicemix</package>
+  <package>org.apache.servicemix</package>
   <packageGroups>
     <packageGroup>
       <title>ServiceMix Core APIs</title>