You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/27 20:20:48 UTC

svn commit: r708283 - 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: gnodet
Date: Mon Oct 27 12:20:46 2008
New Revision: 708283

URL: http://svn.apache.org/viewvc?rev=708283&view=rev
Log:
Revert to a snapshot version

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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/pom.xml (original)
+++ servicemix/archetypes/trunk/pom.xml Mon Oct 27 12:20:46 2008
@@ -26,7 +26,7 @@
   
   <groupId>org.apache.servicemix</groupId>
   <artifactId>archetypes</artifactId>
-  <version>2008.01</version>
+  <version>2008.01-SNAPSHOT</version>
   
   <name>ServiceMix :: Archetypes</name>
   <packaging>pom</packaging>

Modified: servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml Mon Oct 27 12:20:46 2008
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
   
   <artifactId>servicemix-archetypes-itests</artifactId>

Modified: servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-binding-component/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-binding-component/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-binding-component/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-binding-component/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-wsdl-first-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-file-poller-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-file-poller-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-file-sender-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-file-sender-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ftp-poller-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ftp-poller-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ftp-sender-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ftp-sender-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-consumer-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-http-consumer-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-provider-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-http-provider-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-consumer-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jms-consumer-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-provider-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jms-provider-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-annotated-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-annotated-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-jsr181-wsdl-first-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-project-root/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-project-root/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-project-root/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-project-root/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-saxon-xquery-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-saxon-xquery-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-saxon-xslt-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-saxon-xslt-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-service-engine/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-engine/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-engine/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-engine/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-shared-library/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-shared-library/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-shared-library/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-shared-library/pom.xml Mon Oct 27 12:20:46 2008
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</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=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-snmp-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-snmp-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>

Modified: servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml?rev=708283&r1=708282&r2=708283&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml Mon Oct 27 12:20:46 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.servicemix</groupId>
     <artifactId>archetypes</artifactId>
-    <version>2008.01</version>
+    <version>2008.01-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.servicemix.tooling</groupId>