You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/12/01 13:01:38 UTC

svn commit: r722053 - in /servicemix/smx4/nmr/trunk: jbi/itests/pom.xml jbi/runtime/pom.xml pom.xml

Author: ffang
Date: Mon Dec  1 04:01:33 2008
New Revision: 722053

URL: http://svn.apache.org/viewvc?rev=722053&view=rev
Log:
[SM-1709]unify third party libs version used across servicemix projects

Modified:
    servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
    servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/itests/pom.xml?rev=722053&r1=722052&r2=722053&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/itests/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/itests/pom.xml Mon Dec  1 04:01:33 2008
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-shared-compat</artifactId>
-            <version>${servicemix3.version}</version>
+            <version>${servicemix3.shared.compat.version}</version>
             <classifier>installer</classifier>
             <type>zip</type>
             <exclusions>
@@ -163,14 +163,14 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-eip</artifactId>
-            <version>${servicemix3.version}</version>
+            <version>${servicemix3.component.version}</version>
             <classifier>installer</classifier>
             <type>zip</type>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-jsr181</artifactId>
-            <version>${servicemix3.version}</version>
+            <version>${servicemix3.component.version}</version>
             <classifier>installer</classifier>
             <type>zip</type>
             <exclusions>
@@ -187,7 +187,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-http</artifactId>
-            <version>${servicemix3.version}</version>
+            <version>${servicemix3.component.version}</version>
             <classifier>installer</classifier>
             <type>zip</type>
         </dependency>
@@ -253,28 +253,28 @@
                                 <artifactItem>
                                     <groupId>org.apache.servicemix</groupId>
                                     <artifactId>servicemix-shared-compat</artifactId>
-                                    <version>${servicemix3.version}</version>
+                                    <version>${servicemix3.shared.compat.version}</version>
                                     <classifier>installer</classifier>
                                     <type>zip</type>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.servicemix</groupId>
                                     <artifactId>servicemix-eip</artifactId>
-                                    <version>${servicemix3.version}</version>
+                                    <version>${servicemix3.component.version}</version>
                                     <classifier>installer</classifier>
                                     <type>zip</type>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.servicemix</groupId>
                                     <artifactId>servicemix-jsr181</artifactId>
-                                    <version>${servicemix3.version}</version>
+                                    <version>${servicemix3.component.version}</version>
                                     <classifier>installer</classifier>
                                     <type>zip</type>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.servicemix</groupId>
                                     <artifactId>servicemix-http</artifactId>
-                                    <version>${servicemix3.version}</version>
+                                    <version>${servicemix3.component.version}</version>
                                     <classifier>installer</classifier>
                                     <type>zip</type>
                                 </artifactItem>

Modified: servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml?rev=722053&r1=722052&r2=722053&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml Mon Dec  1 04:01:33 2008
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-eip</artifactId>
-		    <version>${servicemix3.version}</version>
+		    <version>${servicemix3.component.version}</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-common</artifactId>
-		    <version>${servicemix3.version}</version>
+		    <version>${servicemix3.component.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -107,6 +107,12 @@
             <artifactId>log4j</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+                <groupId>wsdl4j</groupId>
+                <artifactId>wsdl4j</artifactId>
+                <version>1.6.2</version>
+                <scope>test</scope>
+            </dependency>
     </dependencies>
 
     <build>
@@ -124,4 +130,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=722053&r1=722052&r2=722053&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Mon Dec  1 04:01:33 2008
@@ -73,7 +73,7 @@
       <felix.bundlerepository.version>1.2.0</felix.bundlerepository.version>
       <felix.prefs.version>1.0.2</felix.prefs.version>
       <geronimo.activation.version>1.0.2</geronimo.activation.version>
-      <geronimo.javamail.version>1.2</geronimo.javamail.version>
+      <geronimo.javamail.version>1.5</geronimo.javamail.version>
       <geronimo.jta.version>1.1.1</geronimo.jta.version>
       <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
       <jbi.api.version>1.1.0</jbi.api.version>
@@ -81,7 +81,9 @@
       <junit.version>4.4_1</junit.version>
       <log4j.version>1.2.14</log4j.version>
       <pax.logging.version>1.1.1</pax.logging.version>
-      <servicemix3.version>3.2.1</servicemix3.version>
+      <servicemix3.component.version>2008.01</servicemix3.component.version>
+      <servicemix3.version>3.3</servicemix3.version>
+      <servicemix3.shared.compat.version>3.2.3</servicemix3.shared.compat.version>
       <servicemix.kernel.version>1.1.0-SNAPSHOT</servicemix.kernel.version>
       <servicemix.legal.version>1.0</servicemix.legal.version>
       <servicemix.specs.version>1.1.0</servicemix.specs.version>
@@ -89,6 +91,7 @@
       <spring.version>2.5.5</spring.version>
       <woodstox.version>3.2.7_1</woodstox.version>
       <xbean.version>3.4.3</xbean.version>
+      <geronimo.stax.version>1.0.1</geronimo.stax.version>
   </properties>
 
    <repositories>