Add servicemix-smpp provider and consumer archetypes.
Add servicemix-exec archetype.
Upgrade all archetypes to match component 2009.01 release.

git-svn-id: https://svn.apache.org/repos/asf/servicemix/archetypes/trunk@776086 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index bf8490f..e29db13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.servicemix</groupId>
   <artifactId>archetypes</artifactId>
-  <version>2008.01-SNAPSHOT</version>
+  <version>2009.01-SNAPSHOT</version>
 
   <name>ServiceMix :: Archetypes</name>
   <packaging>pom</packaging>
@@ -71,24 +71,27 @@
     <module>servicemix-snmp-service-unit</module>
     <module>servicemix-validation-service-unit</module>
     <module>servicemix-quartz-service-unit</module>
+    <module>servicemix-smpp-provider-service-unit</module>
+    <module>servicemix-smpp-consumer-service-unit</module>
+    <module>servicemix-exec-service-unit</module>
     <module>servicemix-archetype-catalog</module>
     <module>servicemix-osgi-camel-archetype</module>
     <module>servicemix-osgi-cxf-code-first-archetype</module>
     <module>servicemix-osgi-cxf-wsdl-first-archetype</module>
     <module>servicemix-project-root</module>
-    <module>servicemix-archetypes-itests</module>
+    <!-- <module>servicemix-archetypes-itests</module> -->
   </modules>
 
   <properties>
-    <components-version>2008.01</components-version>
-    <servicemix-version>3.2.3</servicemix-version>
+    <components-version>2009.01</components-version>
+    <servicemix-version>3.3</servicemix-version>
     <servicemix-specs-version>1.1.1</servicemix-specs-version>
-    <servicemix-utils-version>1.0.0</servicemix-utils-version>
-    <xbean-version>3.4</xbean-version>
-    <camel-version>1.5.0</camel-version>
-    <cxf-version>2.1.3</cxf-version>
+    <servicemix-utils-version>1.1.0</servicemix-utils-version>
+    <xbean-version>3.4.3</xbean-version>
+    <camel-version>1.6.0</camel-version>
+    <cxf-version>2.1.4</cxf-version>
     <xfire-version>1.2.5</xfire-version>
-    <activemq-version>5.1.0</activemq-version>
+    <activemq-version>5.2.0</activemq-version>
 	<jaxb.version>2.1</jaxb.version>
 	<jaxws.version>2.1</jaxws.version>
 	<geronimo.wsmetadata.version>1.1.2</geronimo.wsmetadata.version>
diff --git a/servicemix-archetype-catalog/pom.xml b/servicemix-archetype-catalog/pom.xml
index 23a4ecf..88ba9ed 100644
--- a/servicemix-archetype-catalog/pom.xml
+++ b/servicemix-archetype-catalog/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-archetypes-itests/pom.xml b/servicemix-archetypes-itests/pom.xml
index 2b20df9..d919771 100644
--- a/servicemix-archetypes-itests/pom.xml
+++ b/servicemix-archetypes-itests/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 a2b4f29..fac50ae 100644
--- a/servicemix-bean-service-unit/pom.xml
+++ b/servicemix-bean-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 aeec303..39c832f 100644
--- a/servicemix-binding-component/pom.xml
+++ b/servicemix-binding-component/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 8caec74..e9795c2 100644
--- a/servicemix-camel-service-unit/pom.xml
+++ b/servicemix-camel-service-unit/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 6ff46a1..02482e5 100644
--- a/servicemix-cxf-bc-service-unit/pom.xml
+++ b/servicemix-cxf-bc-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 7a7ef62..476d1cb 100644
--- a/servicemix-cxf-se-service-unit/pom.xml
+++ b/servicemix-cxf-se-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 5a66b73..cc26531 100644
--- a/servicemix-cxf-se-wsdl-first-service-unit/pom.xml
+++ b/servicemix-cxf-se-wsdl-first-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 2992e05..cad9dc0 100644
--- a/servicemix-drools-service-unit/pom.xml
+++ b/servicemix-drools-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 5ebb3b2..5db2fac 100644
--- a/servicemix-eip-service-unit/pom.xml
+++ b/servicemix-eip-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 93cda60..0ec6448 100644
--- a/servicemix-embedded-simple/pom.xml
+++ b/servicemix-embedded-simple/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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
new file mode 100644
index 0000000..3d7fe66
--- /dev/null
+++ b/servicemix-exec-service-unit/pom.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>archetypes</artifactId>
+        <version>2009.01-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>servicemix-exec-service-unit</artifactId>
+    <name>ServiceMix :: Archetypes :: ServiceMixExecServiceUnit</name>
+         
+</project>
\ No newline at end of file
diff --git a/servicemix-exec-service-unit/src/main/resources/META-INF/maven/archetype.xml b/servicemix-exec-service-unit/src/main/resources/META-INF/maven/archetype.xml
new file mode 100644
index 0000000..96b44cc
--- /dev/null
+++ b/servicemix-exec-service-unit/src/main/resources/META-INF/maven/archetype.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<archetype>
+  <id>servicemix-su</id>
+  <resources>
+    <resource>src/main/resources/xbean.xml</resource>   
+  </resources>
+</archetype>
diff --git a/servicemix-exec-service-unit/src/main/resources/archetype-resources/pom.xml b/servicemix-exec-service-unit/src/main/resources/archetype-resources/pom.xml
new file mode 100644
index 0000000..a6344a7
--- /dev/null
+++ b/servicemix-exec-service-unit/src/main/resources/archetype-resources/pom.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         
+    <modelVersion>4.0.0</modelVersion>
+    
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-maven-plugin</packaging>
+    <version>${version}</version>
+    <name>An Exec service unit</name>
+    <url>http://www.myorganization.org</url>
+    
+    @{repositories}
+    
+    <properties>
+        <componentName>servicemix-exec</componentName>
+    </properties>
+    
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>jbi-maven-plugin</artifactId>
+                <version>@{jbi-maven-plugin-version}</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <type>service-unit</type>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+         
+</project>         
\ No newline at end of file
diff --git a/servicemix-exec-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml b/servicemix-exec-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
new file mode 100644
index 0000000..6265b51
--- /dev/null
+++ b/servicemix-exec-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<beans xmlns:exec="http://servicemix.apache.org/exec/1.0"
+       xmlns:replaceMe="http://servicemix.apache.org/replaceMe"
+       xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="
+        http://servicemix.apache.org/exec/1.0 http://servicemix.apache.org/schema/servicemix-exec-@{servicemix-version}.xsd
+        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+       ">
+       
+   <exec:endpoint service="replaceMe:yourService"
+                  endpoint="exec"
+                  command="date"/>
+       
+</beans>       
\ No newline at end of file
diff --git a/servicemix-file-poller-service-unit/pom.xml b/servicemix-file-poller-service-unit/pom.xml
index def2989..97ba4d3 100644
--- a/servicemix-file-poller-service-unit/pom.xml
+++ b/servicemix-file-poller-service-unit/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-file-sender-service-unit/pom.xml b/servicemix-file-sender-service-unit/pom.xml
index 6b2bb8c..3853411 100644
--- a/servicemix-file-sender-service-unit/pom.xml
+++ b/servicemix-file-sender-service-unit/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-ftp-poller-service-unit/pom.xml b/servicemix-ftp-poller-service-unit/pom.xml
index 2734811..d448bfa 100644
--- a/servicemix-ftp-poller-service-unit/pom.xml
+++ b/servicemix-ftp-poller-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-ftp-sender-service-unit/pom.xml b/servicemix-ftp-sender-service-unit/pom.xml
index 86e1061..6559d9b 100644
--- a/servicemix-ftp-sender-service-unit/pom.xml
+++ b/servicemix-ftp-sender-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-http-consumer-service-unit/pom.xml b/servicemix-http-consumer-service-unit/pom.xml
index 993016e..8cbbe52 100644
--- a/servicemix-http-consumer-service-unit/pom.xml
+++ b/servicemix-http-consumer-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-http-provider-service-unit/pom.xml b/servicemix-http-provider-service-unit/pom.xml
index 3cd1f7b..742a04a 100644
--- a/servicemix-http-provider-service-unit/pom.xml
+++ b/servicemix-http-provider-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-jms-consumer-service-unit/pom.xml b/servicemix-jms-consumer-service-unit/pom.xml
index f007432..3d9f4fd 100644
--- a/servicemix-jms-consumer-service-unit/pom.xml
+++ b/servicemix-jms-consumer-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-jms-provider-service-unit/pom.xml b/servicemix-jms-provider-service-unit/pom.xml
index 11ee86d..6b6225d 100644
--- a/servicemix-jms-provider-service-unit/pom.xml
+++ b/servicemix-jms-provider-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-jsr181-annotated-service-unit/pom.xml b/servicemix-jsr181-annotated-service-unit/pom.xml
index f25d872..c9b3e24 100644
--- a/servicemix-jsr181-annotated-service-unit/pom.xml
+++ b/servicemix-jsr181-annotated-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 373f5bc..8b1c31a 100644
--- a/servicemix-jsr181-wsdl-first-service-unit/pom.xml
+++ b/servicemix-jsr181-wsdl-first-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 2477916..d903b0b 100644
--- a/servicemix-lwcontainer-service-unit/pom.xml
+++ b/servicemix-lwcontainer-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 a4f7567..408d827 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>2008.01-SNAPSHOT</version>
+    <version>2009.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 3964cb9..dc56067 100644
--- a/servicemix-ode-service-unit/pom.xml
+++ b/servicemix-ode-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-osgi-camel-archetype/pom.xml b/servicemix-osgi-camel-archetype/pom.xml
index d6e5303..d1d2383 100755
--- a/servicemix-osgi-camel-archetype/pom.xml
+++ b/servicemix-osgi-camel-archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-osgi-cxf-code-first-archetype/pom.xml b/servicemix-osgi-cxf-code-first-archetype/pom.xml
index 645a94b..2a07415 100644
--- a/servicemix-osgi-cxf-code-first-archetype/pom.xml
+++ b/servicemix-osgi-cxf-code-first-archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-osgi-cxf-wsdl-first-archetype/pom.xml b/servicemix-osgi-cxf-wsdl-first-archetype/pom.xml
index 0a07609..c9eb0b6 100644
--- a/servicemix-osgi-cxf-wsdl-first-archetype/pom.xml
+++ b/servicemix-osgi-cxf-wsdl-first-archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 ba7e3cb..3d2b75a 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>2008.01-SNAPSHOT</version>
+    <version>2009.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 86da630..64ecba8 100644
--- a/servicemix-project-root/pom.xml
+++ b/servicemix-project-root/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 f547ba7..04633cd 100755
--- 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>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-saxon-xquery-service-unit/pom.xml b/servicemix-saxon-xquery-service-unit/pom.xml
index 22dd823..a59f40c 100644
--- a/servicemix-saxon-xquery-service-unit/pom.xml
+++ b/servicemix-saxon-xquery-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-saxon-xslt-service-unit/pom.xml b/servicemix-saxon-xslt-service-unit/pom.xml
index 50e13f0..6e30c5b 100644
--- a/servicemix-saxon-xslt-service-unit/pom.xml
+++ b/servicemix-saxon-xslt-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 4dcc9d8..89dabc4 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>2008.01-SNAPSHOT</version>
+    <version>2009.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 30fbd27..1b9487d 100644
--- a/servicemix-service-assembly/pom.xml
+++ b/servicemix-service-assembly/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 639562a..e1a0e4c 100644
--- a/servicemix-service-engine/pom.xml
+++ b/servicemix-service-engine/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 d5e418c..5df127e 100644
--- a/servicemix-service-unit/pom.xml
+++ b/servicemix-service-unit/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.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 4a52dce..81577ca 100644
--- a/servicemix-shared-library/pom.xml
+++ b/servicemix-shared-library/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>
diff --git a/servicemix-smpp-consumer-service-unit/pom.xml b/servicemix-smpp-consumer-service-unit/pom.xml
new file mode 100644
index 0000000..0e725a8
--- /dev/null
+++ b/servicemix-smpp-consumer-service-unit/pom.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>archetypes</artifactId>
+        <version>2009.01-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>servicemix-smpp-consumer-service-unit</artifactId>
+    <name>ServiceMix :: Archetypes :: SMPPConsumerServiceUnit</name>
+
+</project>
\ No newline at end of file
diff --git a/servicemix-smpp-consumer-service-unit/src/main/resources/META-INF/maven/archetype.xml b/servicemix-smpp-consumer-service-unit/src/main/resources/META-INF/maven/archetype.xml
new file mode 100644
index 0000000..6a7cd87
--- /dev/null
+++ b/servicemix-smpp-consumer-service-unit/src/main/resources/META-INF/maven/archetype.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<archetype>
+    <id>servicemix-su</id>
+    <resources>
+        <resource>src/main/resources/xbean.xml</resource>
+    </resources>
+</archetype>
\ No newline at end of file
diff --git a/servicemix-smpp-consumer-service-unit/src/main/resources/archetype-resources/pom.xml b/servicemix-smpp-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
new file mode 100644
index 0000000..3b378c2
--- /dev/null
+++ b/servicemix-smpp-consumer-service-unit/src/main/resources/archetype-resources/pom.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         
+    <modelVersion>4.0.0</modelVersion>
+    
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>A SMPP service unit</name>
+    <url>http://www.myorganization.org</url>
+    
+    @{repositories}
+    
+    <properties>
+        <componentName>servicemix-smpp</componentName>
+    </properties>
+    
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>jbi-maven-plugin</artifactId>
+                <version>@{jbi-maven-plugin-version}</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <type>service-unit</type>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+         
+</project>
\ No newline at end of file
diff --git a/servicemix-smpp-consumer-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml b/servicemix-smpp-consumer-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
new file mode 100644
index 0000000..4f15d88
--- /dev/null
+++ b/servicemix-smpp-consumer-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<beans xmlns:smpp="http://servicemix.apache.org/smpp/1.0"
+       xmlns:replaceMe="http://servicemix.apache.org/replaceMe"
+       xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="
+            http://servicemix.apache.org/smpp/1.0 http://servicemix.apache.org/schema/servicemix-smpp-@{servicemix-version}.xsd
+            http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+       ">
+
+    <smpp:consumer service="replaceMe:withYourService"
+                   endpoint="smpp"
+                   host="smpp.your.com"
+                   port="2700"
+                   systemId="user"
+                   password="password"/>       
+       
+</beans>
\ No newline at end of file
diff --git a/servicemix-smpp-provider-service-unit/pom.xml b/servicemix-smpp-provider-service-unit/pom.xml
new file mode 100644
index 0000000..11f9aca
--- /dev/null
+++ b/servicemix-smpp-provider-service-unit/pom.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    
+    <parent>
+        <groupId>org.apache.servicemix</groupId>
+        <artifactId>archetypes</artifactId>
+        <version>2009.01-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.servicemix.tooling</groupId>
+    <artifactId>servicemix-smpp-provider-service-unit</artifactId>
+    <name>ServiceMix :: Archetypes :: SMPPProviderServiceUnit</name>
+
+</project>
\ No newline at end of file
diff --git a/servicemix-smpp-provider-service-unit/src/main/resources/META-INF/maven/archetype.xml b/servicemix-smpp-provider-service-unit/src/main/resources/META-INF/maven/archetype.xml
new file mode 100644
index 0000000..6a7cd87
--- /dev/null
+++ b/servicemix-smpp-provider-service-unit/src/main/resources/META-INF/maven/archetype.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<archetype>
+    <id>servicemix-su</id>
+    <resources>
+        <resource>src/main/resources/xbean.xml</resource>
+    </resources>
+</archetype>
\ No newline at end of file
diff --git a/servicemix-smpp-provider-service-unit/src/main/resources/archetype-resources/pom.xml b/servicemix-smpp-provider-service-unit/src/main/resources/archetype-resources/pom.xml
new file mode 100644
index 0000000..3b378c2
--- /dev/null
+++ b/servicemix-smpp-provider-service-unit/src/main/resources/archetype-resources/pom.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         
+    <modelVersion>4.0.0</modelVersion>
+    
+    <groupId>${groupId}</groupId>
+    <artifactId>${artifactId}</artifactId>
+    <packaging>jbi-service-unit</packaging>
+    <version>${version}</version>
+    <name>A SMPP service unit</name>
+    <url>http://www.myorganization.org</url>
+    
+    @{repositories}
+    
+    <properties>
+        <componentName>servicemix-smpp</componentName>
+    </properties>
+    
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.servicemix.tooling</groupId>
+                <artifactId>jbi-maven-plugin</artifactId>
+                <version>@{jbi-maven-plugin-version}</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <type>service-unit</type>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+         
+</project>
\ No newline at end of file
diff --git a/servicemix-smpp-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml b/servicemix-smpp-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
new file mode 100644
index 0000000..ea1af4b
--- /dev/null
+++ b/servicemix-smpp-provider-service-unit/src/main/resources/archetype-resources/src/main/resources/xbean.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<beans xmlns:smpp="http://servicemix.apache.org/smpp/1.0"
+       xmlns:replaceMe="http://servicemix.apache.org/replaceMe"
+       xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="
+            http://servicemix.apache.org/smpp/1.0 http://servicemix.apache.org/schema/servicemix-smpp-@{servicemix-version}.xsd
+            http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
+       ">
+
+    <smpp:provider service="replaceMe:withYourService"
+                   endpoint="smpp"
+                   host="smpp.your.com"
+                   port="2700"
+                   systemId="user"
+                   password="password"/>       
+       
+</beans>
\ No newline at end of file
diff --git a/servicemix-snmp-service-unit/pom.xml b/servicemix-snmp-service-unit/pom.xml
index 397887e..82d2b8a 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>2008.01-SNAPSHOT</version>
+    <version>2009.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 022be4c..7c5a2bb 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>2008.01-SNAPSHOT</version>
+    <version>2009.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>