You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2011/01/25 14:50:15 UTC

svn commit: r1063279 - /servicemix/archetypes/trunk/pom.xml

Author: jbonofre
Date: Tue Jan 25 13:50:14 2011
New Revision: 1063279

URL: http://svn.apache.org/viewvc?rev=1063279&view=rev
Log:
Upgrade archetypes dependencies.

Modified:
    servicemix/archetypes/trunk/pom.xml

Modified: servicemix/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/pom.xml?rev=1063279&r1=1063278&r2=1063279&view=diff
==============================================================================
--- servicemix/archetypes/trunk/pom.xml (original)
+++ servicemix/archetypes/trunk/pom.xml Tue Jan 25 13:50:14 2011
@@ -40,9 +40,9 @@
 	</scm>
 
     <properties>
-        <components.version>2010.01</components.version>
-        <jbi-maven-plugin.version>4.3</jbi-maven-plugin.version>
-        <maven-bundle-plugin.version>2.1.0</maven-bundle-plugin.version>
+        <components.version>2011.01-SNAPSHOT</components.version>
+        <jbi-maven-plugin.version>4.4</jbi-maven-plugin.version>
+        <maven-bundle-plugin.version>2.2.0</maven-bundle-plugin.version>
         <maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version>
         <maven-resources-plugin.version>2.4.3</maven-resources-plugin.version>
         <maven-jar-plugin.version>2.3.1</maven-jar-plugin.version>
@@ -52,11 +52,11 @@
         <geronimo-jta.specs.version>1.1.1</geronimo-jta.specs.version>
         <servicemix.version>3.3.2</servicemix.version>
         <commons-logging.version>1.1.1</commons-logging.version>
-        <activemq.version>5.3.0</activemq.version>
-        <camel.version>2.2.0</camel.version>
-        <cxf.version>2.2.6</cxf.version>
-        <servicemix.specs.version>1.4.0</servicemix.specs.version>
-        <servicemix-utils.version>1.2.0</servicemix-utils.version>
+        <activemq.version>5.4.2</activemq.version>
+        <camel.version>2.6-SNAPSHOT</camel.version>
+        <cxf.version>2.3.2</cxf.version>
+        <servicemix.specs.version>1.6.0</servicemix.specs.version>
+        <servicemix-utils.version>1.4.0-SNAPSHOT</servicemix-utils.version>
     </properties>
     
     <dependencyManagement>