You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2007/06/25 07:17:51 UTC

svn commit: r550351 - /incubator/cxf/trunk/integration/jbi/pom.xml

Author: ffang
Date: Sun Jun 24 22:17:50 2007
New Revision: 550351

URL: http://svn.apache.org/viewvc?view=rev&rev=550351
Log:
unify servicemix dependency version

Modified:
    incubator/cxf/trunk/integration/jbi/pom.xml

Modified: incubator/cxf/trunk/integration/jbi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/integration/jbi/pom.xml?view=diff&rev=550351&r1=550350&r2=550351
==============================================================================
--- incubator/cxf/trunk/integration/jbi/pom.xml (original)
+++ incubator/cxf/trunk/integration/jbi/pom.xml Sun Jun 24 22:17:50 2007
@@ -80,9 +80,9 @@
 
 
         <dependency>
-            <groupId>servicemix</groupId>
+            <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-jbi</artifactId>
-            <version>2.0.2</version>
+            <version>${servicemix.version}</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>
@@ -111,6 +111,5 @@
         <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/integration/jbi</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/cxf/trunk/integration/jbi</developerConnection>
       <url>http://svn.apache.org/viewvc/incubator/cxf/trunk/cxf-parent/cxf-integration-jbi</url>
-  </scm>
-
+    </scm>
 </project>