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/08/08 08:54:48 UTC

svn commit: r1154854 - in /servicemix/archetypes/trunk: ./ servicemix-archetype-catalog/ servicemix-archetypes-itests/ servicemix-bean-service-unit/ servicemix-binding-component/ servicemix-camel-osgi-bundle/ servicemix-camel-service-unit/ servicemix-c...

Author: jbonofre
Date: Mon Aug  8 06:54:47 2011
New Revision: 1154854

URL: http://svn.apache.org/viewvc?rev=1154854&view=rev
Log:
[SM-2113] Prepare ServiceMix Archetypes 2010.02 release by aligning the dependencies with the ServiceMix Components ones.

Modified:
    servicemix/archetypes/trunk/pom.xml
    servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml
    servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml
    servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-binding-component/pom.xml
    servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/pom.xml
    servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/pom.xml
    servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml
    servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml
    servicemix/archetypes/trunk/servicemix-exec-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-file-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-ftp-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-http-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-jms-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-jsr181-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-osgi-bundle/pom.xml
    servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-project-root/pom.xml
    servicemix/archetypes/trunk/servicemix-quartz-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-saxon-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-script-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml
    servicemix/archetypes/trunk/servicemix-service-engine/pom.xml
    servicemix/archetypes/trunk/servicemix-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-shared-library/pom.xml
    servicemix/archetypes/trunk/servicemix-smpp-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-snmp-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-vfs-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-xmpp-service-unit/pom.xml

Modified: servicemix/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/pom.xml (original)
+++ servicemix/archetypes/trunk/pom.xml Mon Aug  8 06:54:47 2011
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2011.01-SNAPSHOT</version>
+    <version>2010.02-SNAPSHOT</version>
 
     <name>Apache ServiceMix :: Archetypes</name>
     <packaging>pom</packaging>
@@ -40,9 +40,9 @@
     </scm>
 
     <properties>
-        <components.version>2011.01</components.version>
-        <jbi-maven-plugin.version>4.4</jbi-maven-plugin.version>
-        <maven-bundle-plugin.version>2.2.0</maven-bundle-plugin.version>
+        <components.version>2010.02</components.version>
+        <jbi-maven-plugin.version>4.5</jbi-maven-plugin.version>
+        <maven-bundle-plugin.version>2.3.5</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.4.2</activemq.version>
-        <camel.version>2.6.0</camel.version>
-        <cxf.version>2.3.2</cxf.version>
-        <servicemix.specs.version>1.7.0</servicemix.specs.version>
-        <servicemix-utils.version>1.4.0</servicemix-utils.version>
+        <activemq.version>5.4.1</activemq.version>
+        <camel.version>2.5.0</camel.version>
+        <cxf.version>2.2.11</cxf.version>
+        <servicemix.specs.version>1.6.0</servicemix.specs.version>
+        <servicemix-utils.version>1.3.0</servicemix-utils.version>
         <jaxb.version>2.1</jaxb.version>
         <jaxws.version>2.1</jaxws.version>
         <geronimo.wsmetadata.version>1.1.2</geronimo.wsmetadata.version>

Modified: servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <artifactId>servicemix-archetypes-itests</artifactId>

Modified: servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-binding-component/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-binding-component/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-binding-component/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-binding-component/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-osgi-bundle/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-code-first-osgi-bundle/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml Mon Aug  8 06:54:47 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-exec-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-exec-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-exec-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-exec-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-file-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-file-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-file-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-file-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-ftp-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-ftp-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ftp-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ftp-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-http-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-http-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-http-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-jms-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jms-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jms-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-jsr181-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-osgi-bundle/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osgi-bundle/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osgi-bundle/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osgi-bundle/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-project-root/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-project-root/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-project-root/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-project-root/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-quartz-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-quartz-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-quartz-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-quartz-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-saxon-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-saxon-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-saxon-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-saxon-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-script-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-script-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-script-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-script-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-service-engine/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-engine/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-engine/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-engine/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-shared-library/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-shared-library/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-shared-library/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-smpp-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-smpp-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-smpp-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-smpp-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: servicemix/archetypes/trunk/servicemix-snmp-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-snmp-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-snmp-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-snmp-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-vfs-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-vfs-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-vfs-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-vfs-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-xmpp-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-xmpp-service-unit/pom.xml?rev=1154854&r1=1154853&r2=1154854&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-xmpp-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-xmpp-service-unit/pom.xml Mon Aug  8 06:54:47 2011
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2011.01-SNAPSHOT</version>
+        <version>2010.02-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>