Update archetypes version to be aligned with the components.
Update to Components 2013.01 (and dependencies), Utils 1.6.0, Specs 2.2.0.


git-svn-id: https://svn.apache.org/repos/asf/servicemix/archetypes/trunk@1434497 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1b85e46..8ed6a63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2012.01-SNAPSHOT</version>
+    <version>2013.01-SNAPSHOT</version>
 
     <name>Apache ServiceMix :: Archetypes</name>
     <packaging>pom</packaging>
@@ -40,7 +40,7 @@
     </scm>
 
     <properties>
-        <components.version>2011.02</components.version>
+        <components.version>2013.01</components.version>
         <jbi-maven-plugin.version>4.5</jbi-maven-plugin.version>
         <maven-bundle-plugin.version>2.3.6</maven-bundle-plugin.version>
         <maven-compiler-plugin.version>2.0.2</maven-compiler-plugin.version>
@@ -49,17 +49,17 @@
         <maven-shade-plugin.version>1.4</maven-shade-plugin.version>
         <maven-xfire-plugin.version>4.2</maven-xfire-plugin.version>
         <junit.version>4.7</junit.version>
-        <xbean.version>3.7</xbean.version>
+        <xbean.version>3.11.1</xbean.version>
         <geronimo-jta.specs.version>1.1.1</geronimo-jta.specs.version>
         <servicemix.version>3.4.0</servicemix.version>
         <commons-logging.version>1.1.1</commons-logging.version>
-        <activemq.version>5.5.1</activemq.version>
-        <camel.version>2.8.3</camel.version>
-        <cxf.version>2.4.4</cxf.version>
-        <servicemix.specs.version>1.9.0</servicemix.specs.version>
-        <servicemix-utils.version>1.5.0</servicemix-utils.version>
-        <jaxb.version>2.1</jaxb.version>
-        <jaxws.version>2.1</jaxws.version>
+        <activemq.version>5.7.0</activemq.version>
+        <camel.version>2.10.3</camel.version>
+        <cxf.version>2.6.3</cxf.version>
+        <servicemix.specs.version>2.2.0</servicemix.specs.version>
+        <servicemix-utils.version>1.6.0</servicemix-utils.version>
+        <jaxb.version>2.2</jaxb.version>
+        <jaxws.version>2.2</jaxws.version>
         <geronimo.wsmetadata.version>1.1.2</geronimo.wsmetadata.version>
     </properties>
     
diff --git a/servicemix-archetypes-itests/pom.xml b/servicemix-archetypes-itests/pom.xml
index 3211d6d..70eec08 100644
--- a/servicemix-archetypes-itests/pom.xml
+++ b/servicemix-archetypes-itests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <artifactId>servicemix-archetypes-itests</artifactId>
diff --git a/servicemix-bean-service-unit/pom.xml b/servicemix-bean-service-unit/pom.xml
index a680024..b4642d6 100644
--- a/servicemix-bean-service-unit/pom.xml
+++ b/servicemix-bean-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-binding-component/pom.xml b/servicemix-binding-component/pom.xml
index 0476077..b64b5d2 100644
--- a/servicemix-binding-component/pom.xml
+++ b/servicemix-binding-component/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-camel-osgi-bundle/pom.xml b/servicemix-camel-osgi-bundle/pom.xml
index f577482..3954f22 100755
--- a/servicemix-camel-osgi-bundle/pom.xml
+++ b/servicemix-camel-osgi-bundle/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-camel-service-unit/pom.xml b/servicemix-camel-service-unit/pom.xml
index b47d398..5cea285 100644
--- a/servicemix-camel-service-unit/pom.xml
+++ b/servicemix-camel-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-cxf-bc-service-unit/pom.xml b/servicemix-cxf-bc-service-unit/pom.xml
index cc68bba..8a89c4c 100644
--- a/servicemix-cxf-bc-service-unit/pom.xml
+++ b/servicemix-cxf-bc-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-cxf-code-first-osgi-bundle/pom.xml b/servicemix-cxf-code-first-osgi-bundle/pom.xml
index cf7650e..fe9fe28 100644
--- a/servicemix-cxf-code-first-osgi-bundle/pom.xml
+++ b/servicemix-cxf-code-first-osgi-bundle/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-cxf-se-service-unit/pom.xml b/servicemix-cxf-se-service-unit/pom.xml
index 173cf5c..04a3690 100644
--- a/servicemix-cxf-se-service-unit/pom.xml
+++ b/servicemix-cxf-se-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-cxf-se-wsdl-first-service-unit/pom.xml b/servicemix-cxf-se-wsdl-first-service-unit/pom.xml
index 167cfd9..28b8021 100644
--- a/servicemix-cxf-se-wsdl-first-service-unit/pom.xml
+++ b/servicemix-cxf-se-wsdl-first-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml b/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml
index c414016..a333dd9 100644
--- a/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml
+++ b/servicemix-cxf-wsdl-first-osgi-bundle/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-drools-service-unit/pom.xml b/servicemix-drools-service-unit/pom.xml
index 8249009..072ccd7 100644
--- a/servicemix-drools-service-unit/pom.xml
+++ b/servicemix-drools-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-eip-service-unit/pom.xml b/servicemix-eip-service-unit/pom.xml
index aed5fe6..bb2e50d 100644
--- a/servicemix-eip-service-unit/pom.xml
+++ b/servicemix-eip-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-embedded-simple/pom.xml b/servicemix-embedded-simple/pom.xml
index 887387d..eaaf755 100644
--- a/servicemix-embedded-simple/pom.xml
+++ b/servicemix-embedded-simple/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-exec-service-unit/pom.xml b/servicemix-exec-service-unit/pom.xml
index 88b097f..74af79d 100644
--- a/servicemix-exec-service-unit/pom.xml
+++ b/servicemix-exec-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-file-service-unit/pom.xml b/servicemix-file-service-unit/pom.xml
index f90c5d3..ebf84a3 100644
--- a/servicemix-file-service-unit/pom.xml
+++ b/servicemix-file-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-ftp-service-unit/pom.xml b/servicemix-ftp-service-unit/pom.xml
index ab6745f..5c6fa75 100644
--- a/servicemix-ftp-service-unit/pom.xml
+++ b/servicemix-ftp-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-http-service-unit/pom.xml b/servicemix-http-service-unit/pom.xml
index da51b63..6b456dc 100644
--- a/servicemix-http-service-unit/pom.xml
+++ b/servicemix-http-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-jms-service-unit/pom.xml b/servicemix-jms-service-unit/pom.xml
index 008d674..0d67efc 100644
--- a/servicemix-jms-service-unit/pom.xml
+++ b/servicemix-jms-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-jsr181-service-unit/pom.xml b/servicemix-jsr181-service-unit/pom.xml
index dc6e2e8..47b94b9 100644
--- a/servicemix-jsr181-service-unit/pom.xml
+++ b/servicemix-jsr181-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-jsr181-wsdl-first-service-unit/pom.xml b/servicemix-jsr181-wsdl-first-service-unit/pom.xml
index 3c3043c..a48a288 100644
--- a/servicemix-jsr181-wsdl-first-service-unit/pom.xml
+++ b/servicemix-jsr181-wsdl-first-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-lwcontainer-service-unit/pom.xml b/servicemix-lwcontainer-service-unit/pom.xml
index b778ec9..1afdb69 100644
--- a/servicemix-lwcontainer-service-unit/pom.xml
+++ b/servicemix-lwcontainer-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-mail-service-unit/pom.xml b/servicemix-mail-service-unit/pom.xml
index ed1f6fb..8b118fa 100644
--- a/servicemix-mail-service-unit/pom.xml
+++ b/servicemix-mail-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-ode-service-unit/pom.xml b/servicemix-ode-service-unit/pom.xml
index 045a5eb..1560729 100644
--- a/servicemix-ode-service-unit/pom.xml
+++ b/servicemix-ode-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-osgi-bundle/pom.xml b/servicemix-osgi-bundle/pom.xml
index 56854aa..fdf75bb 100644
--- a/servicemix-osgi-bundle/pom.xml
+++ b/servicemix-osgi-bundle/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-osworkflow-service-unit/pom.xml b/servicemix-osworkflow-service-unit/pom.xml
index c9b9ac1..ec38f5e 100644
--- a/servicemix-osworkflow-service-unit/pom.xml
+++ b/servicemix-osworkflow-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-project-root/pom.xml b/servicemix-project-root/pom.xml
index 507307e..aeca231 100644
--- a/servicemix-project-root/pom.xml
+++ b/servicemix-project-root/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-quartz-service-unit/pom.xml b/servicemix-quartz-service-unit/pom.xml
index 4f64503..2e7aa20 100644
--- a/servicemix-quartz-service-unit/pom.xml
+++ b/servicemix-quartz-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-saxon-service-unit/pom.xml b/servicemix-saxon-service-unit/pom.xml
index 9ed91f4..e8b76f9 100644
--- a/servicemix-saxon-service-unit/pom.xml
+++ b/servicemix-saxon-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-script-service-unit/pom.xml b/servicemix-script-service-unit/pom.xml
index bae8f5e..09d5771 100644
--- a/servicemix-script-service-unit/pom.xml
+++ b/servicemix-script-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-scripting-service-unit/pom.xml b/servicemix-scripting-service-unit/pom.xml
index 0e1a4cb..96e783d 100644
--- a/servicemix-scripting-service-unit/pom.xml
+++ b/servicemix-scripting-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-service-assembly/pom.xml b/servicemix-service-assembly/pom.xml
index 67d2816..9f066b2 100644
--- a/servicemix-service-assembly/pom.xml
+++ b/servicemix-service-assembly/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-service-engine/pom.xml b/servicemix-service-engine/pom.xml
index ef4d59f..6bf5a32 100644
--- a/servicemix-service-engine/pom.xml
+++ b/servicemix-service-engine/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-service-unit/pom.xml b/servicemix-service-unit/pom.xml
index cb8913c..2d7e07e 100644
--- a/servicemix-service-unit/pom.xml
+++ b/servicemix-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-shared-library/pom.xml b/servicemix-shared-library/pom.xml
index a0e6dd2..cfad271 100644
--- a/servicemix-shared-library/pom.xml
+++ b/servicemix-shared-library/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-smpp-service-unit/pom.xml b/servicemix-smpp-service-unit/pom.xml
index ce99ab0..a180259 100644
--- a/servicemix-smpp-service-unit/pom.xml
+++ b/servicemix-smpp-service-unit/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/servicemix-snmp-service-unit/pom.xml b/servicemix-snmp-service-unit/pom.xml
index 43197ad..2d5e19a 100644
--- a/servicemix-snmp-service-unit/pom.xml
+++ b/servicemix-snmp-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-validation-service-unit/pom.xml b/servicemix-validation-service-unit/pom.xml
index 6d58fbd..7db78fc 100644
--- a/servicemix-validation-service-unit/pom.xml
+++ b/servicemix-validation-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-vfs-service-unit/pom.xml b/servicemix-vfs-service-unit/pom.xml
index 8fde12d..ddcd561 100644
--- a/servicemix-vfs-service-unit/pom.xml
+++ b/servicemix-vfs-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-xmpp-service-unit/pom.xml b/servicemix-xmpp-service-unit/pom.xml
index e44a21a..df80ffb 100644
--- a/servicemix-xmpp-service-unit/pom.xml
+++ b/servicemix-xmpp-service-unit/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.servicemix</groupId>
         <artifactId>archetypes</artifactId>
-        <version>2012.01-SNAPSHOT</version>
+        <version>2013.01-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.servicemix.tooling</groupId>