You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/08/25 20:48:15 UTC

svn commit: r688822 - in /servicemix/smx3/trunk: core/pom.xml core/servicemix-core/pom.xml core/servicemix-services/ core/servicemix-utils/ distributions/apache-servicemix/pom.xml pom.xml servicemix-itests/pom.xml web/servicemix-console/pom.xml

Author: gertv
Date: Mon Aug 25 11:48:14 2008
New Revision: 688822

URL: http://svn.apache.org/viewvc?rev=688822&view=rev
Log:
SM-1455: Use servicemix-utils 1.0-SNAPSHOT as a replacement for servicemix-utils/services

Removed:
    servicemix/smx3/trunk/core/servicemix-services/
    servicemix/smx3/trunk/core/servicemix-utils/
Modified:
    servicemix/smx3/trunk/core/pom.xml
    servicemix/smx3/trunk/core/servicemix-core/pom.xml
    servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
    servicemix/smx3/trunk/pom.xml
    servicemix/smx3/trunk/servicemix-itests/pom.xml
    servicemix/smx3/trunk/web/servicemix-console/pom.xml

Modified: servicemix/smx3/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/pom.xml?rev=688822&r1=688821&r2=688822&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/pom.xml (original)
+++ servicemix/smx3/trunk/core/pom.xml Mon Aug 25 11:48:14 2008
@@ -35,8 +35,6 @@
 
     <modules>
         <module>servicemix-jbi</module>
-        <module>servicemix-services</module>
-        <module>servicemix-utils</module>
         <module>servicemix-core</module>
         <module>servicemix-audit</module>
     </modules>

Modified: servicemix/smx3/trunk/core/servicemix-core/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/core/servicemix-core/pom.xml?rev=688822&r1=688821&r2=688822&view=diff
==============================================================================
--- servicemix/smx3/trunk/core/servicemix-core/pom.xml (original)
+++ servicemix/smx3/trunk/core/servicemix-core/pom.xml Mon Aug 25 11:48:14 2008
@@ -33,17 +33,13 @@
 
   <dependencies>
     <dependency>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-jbi</artifactId>
+      <artifactId>servicemix-utils</artifactId>
     </dependency>
-      <dependency>
-        <groupId>org.apache.servicemix</groupId>
-        <artifactId>servicemix-services</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.servicemix</groupId>
-        <artifactId>servicemix-utils</artifactId>
-      </dependency>
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>

Modified: servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml?rev=688822&r1=688821&r2=688822&view=diff
==============================================================================
--- servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml (original)
+++ servicemix/smx3/trunk/distributions/apache-servicemix/pom.xml Mon Aug 25 11:48:14 2008
@@ -33,8 +33,8 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-jbi</artifactId>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
@@ -42,10 +42,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-services</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-audit</artifactId>
     </dependency>
     <dependency>

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=688822&r1=688821&r2=688822&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Mon Aug 25 11:48:14 2008
@@ -49,6 +49,8 @@
     </scm>
 
     <properties>
+        <servicemix-utils-version>1.0-SNAPSHOT</servicemix-utils-version>
+        <servicemix-specs-version>1.1-SNAPSHOT</servicemix-specs-version>
         <servicemix-shared-version>4.0-SNAPSHOT</servicemix-shared-version>
         <servicemix-quartz-version>4.0-SNAPSHOT</servicemix-quartz-version>  
         <servicemix-jms-version>4.0-SNAPSHOT</servicemix-jms-version>
@@ -515,19 +517,14 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-jbi</artifactId>
-                <version>3.3-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.servicemix</groupId>
-                <artifactId>servicemix-services</artifactId>
-                <version>3.3-SNAPSHOT</version>
+                <groupId>org.apache.servicemix.specs</groupId>
+                <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
+                <version>${servicemix-specs-version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>
                 <artifactId>servicemix-utils</artifactId>
-                <version>3.3-SNAPSHOT</version>
+                <version>${servicemix-utils-version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix</groupId>

Modified: servicemix/smx3/trunk/servicemix-itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/servicemix-itests/pom.xml?rev=688822&r1=688821&r2=688822&view=diff
==============================================================================
--- servicemix/smx3/trunk/servicemix-itests/pom.xml (original)
+++ servicemix/smx3/trunk/servicemix-itests/pom.xml Mon Aug 25 11:48:14 2008
@@ -34,13 +34,13 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-jbi</artifactId>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-services</artifactId>
+      <artifactId>servicemix-utils</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: servicemix/smx3/trunk/web/servicemix-console/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/web/servicemix-console/pom.xml?rev=688822&r1=688821&r2=688822&view=diff
==============================================================================
--- servicemix/smx3/trunk/web/servicemix-console/pom.xml (original)
+++ servicemix/smx3/trunk/web/servicemix-console/pom.xml Mon Aug 25 11:48:14 2008
@@ -32,8 +32,8 @@
   <name>ServiceMix :: Console</name>
   <dependencies>
     <dependency>
-      <groupId>org.apache.servicemix</groupId>
-      <artifactId>servicemix-jbi</artifactId>
+      <groupId>org.apache.servicemix.specs</groupId>
+      <artifactId>org.apache.servicemix.specs.jbi-api-1.0</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>