Author: chirino
Date: Tue Jun 17 08:55:46 2008
New Revision: 668717
URL: http://svn.apache.org/viewvc?rev=668717&view=rev
Log:
Updating the version info so that it does not conflict with the 3.3-SNAPSHOT
branch
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-validation-service-unit/pom.xml
Modified: servicemix/archetypes/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/archetypes/trunk/pom.xml?rev=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/pom.xml (original)
+++ servicemix/archetypes/trunk/pom.xml Tue Jun 17 08:55:46 2008
@@ -29,7 +29,7 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-archetype-catalog/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-archetypes-itests/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-bean-service-unit/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-binding-component/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-binding-component/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-camel-service-unit/pom.xml Tue Jun
17 08:55:46 2008
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-cxf-bc-service-unit/pom.xml Tue Jun
17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-cxf-se-service-unit/pom.xml Tue Jun
17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&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 Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-drools-service-unit/pom.xml Tue Jun
17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-eip-service-unit/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-embedded-simple/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-file-poller-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-file-poller-service-unit/pom.xml Tue
Jun 17 08:55:46 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-file-sender-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-file-sender-service-unit/pom.xml Tue
Jun 17 08:55:46 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ftp-poller-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-ftp-poller-service-unit/pom.xml Tue
Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ftp-sender-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-ftp-sender-service-unit/pom.xml Tue
Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-consumer-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-http-consumer-service-unit/pom.xml
Tue Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-http-provider-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-http-provider-service-unit/pom.xml
Tue Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-consumer-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-jms-consumer-service-unit/pom.xml
Tue Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-jms-provider-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-jms-provider-service-unit/pom.xml
Tue Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
---
servicemix/archetypes/trunk/servicemix-jsr181-annotated-service-unit/pom.xml
(original)
+++
servicemix/archetypes/trunk/servicemix-jsr181-annotated-service-unit/pom.xml
Tue Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&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 Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-lwcontainer-service-unit/pom.xml Tue
Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-mail-service-unit/pom.xml Tue Jun 17
08:55:46 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-ode-service-unit/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-osworkflow-service-unit/pom.xml Tue
Jun 17 08:55:46 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-project-root/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-project-root/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-saxon-xquery-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-saxon-xquery-service-unit/pom.xml
Tue Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-saxon-xslt-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-saxon-xslt-service-unit/pom.xml Tue
Jun 17 08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-scripting-service-unit/pom.xml Tue
Jun 17 08:55:46 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-assembly/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-engine/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-engine/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-service-unit/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-service-unit/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-shared-library/pom.xml (original)
+++ servicemix/archetypes/trunk/servicemix-shared-library/pom.xml Tue Jun 17
08:55:46 2008
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-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=668717&r1=668716&r2=668717&view=diff
==============================================================================
--- servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml
(original)
+++ servicemix/archetypes/trunk/servicemix-validation-service-unit/pom.xml Tue
Jun 17 08:55:46 2008
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>archetypes</artifactId>
- <version>3.3-SNAPSHOT</version>
+ <version>4.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.servicemix.tooling</groupId>