You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/10/21 11:49:53 UTC

svn commit: r706566 - in /servicemix/archetypes/trunk: ./ servicemix-archetype-catalog/ servicemix-archetypes-itests/ servicemix-bean-service-unit/ servicemix-binding-component/ servicemix-camel-service-unit/ servicemix-cxf-bc-service-unit/ servicemix-...

Author: lhein
Date: Tue Oct 21 02:49:49 2008
New Revision: 706566

URL: http://svn.apache.org/viewvc?rev=706566&view=rev
Log:
- changed used component version to 2008.01 release version
- upgraded servicemix version to use to 3.2.2
- upgraded camel version to 1.4.0
- upgraded cxf version to 2.1.2

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-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/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-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-file-poller-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-file-sender-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-ftp-poller-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-ftp-sender-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-http-consumer-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-http-provider-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-jms-consumer-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-jms-provider-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-jsr181-annotated-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-osworkflow-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-project-root/pom.xml
    servicemix/archetypes/trunk/servicemix-saxon-xquery-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-saxon-xslt-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-snmp-service-unit/pom.xml
    servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml

Modified: servicemix/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/pom.xml (original)
+++ servicemix/archetypes/trunk/pom.xml Tue Oct 21 02:49:49 2008
@@ -26,7 +26,7 @@
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>archetypes</artifactId>
-  <version>2008.01-SNAPSHOT</version>
+  <version>2008.01</version>
   
   <name>ServiceMix :: Archetypes</name>
   <packaging>pom</packaging>
@@ -76,13 +76,13 @@
   </modules>
   
   <properties>
-    <components-version>2008.01-SNAPSHOT</components-version>
-    <servicemix-version>3.2.1</servicemix-version>
+    <components-version>2008.01</components-version>
+    <servicemix-version>3.2.2</servicemix-version>
     <servicemix-specs-version>1.1.1</servicemix-specs-version>
     <servicemix-utils-version>1.0.0</servicemix-utils-version>
     <xbean-version>3.2</xbean-version>
-    <camel-version>1.3.0</camel-version>
-    <cxf-version>2.1.1-SNAPSHOT</cxf-version>
+    <camel-version>1.4.0</camel-version>
+    <cxf-version>2.1.2</cxf-version>
     <xfire-version>1.2.5</xfire-version>
     <activemq-version>5.1.0</activemq-version>
   </properties>

Modified: servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml Tue Oct 21 02:49:49 2008
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-binding-component/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-binding-component/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&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 Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-file-poller-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-file-poller-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-file-poller-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-file-poller-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-file-sender-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-file-sender-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-file-sender-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-file-sender-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-ftp-poller-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-ftp-poller-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ftp-poller-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ftp-poller-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-ftp-sender-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-ftp-sender-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ftp-sender-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ftp-sender-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-http-consumer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-http-consumer-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-consumer-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-http-consumer-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-http-provider-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-http-provider-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-provider-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-http-provider-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-jms-consumer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jms-consumer-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-consumer-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jms-consumer-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-jms-provider-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jms-provider-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-provider-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jms-provider-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-jsr181-annotated-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-annotated-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-annotated-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-annotated-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&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 Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-project-root/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-project-root/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-saxon-xquery-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-saxon-xquery-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-saxon-xquery-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-saxon-xquery-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-saxon-xslt-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-saxon-xslt-service-unit/pom.xml?rev=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-saxon-xslt-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-saxon-xslt-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-engine/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-engine/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-shared-library/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-shared-library/pom.xml Tue Oct 21 02:49:49 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-snmp-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-snmp-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</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=706566&r1=706565&r2=706566&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml Tue Oct 21 02:49:49 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01-SNAPSHOT</version>
+    <version>2008.01</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>