summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/samples
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/samples')
-rw-r--r--sca-java-2.x/branches/2.0/samples/applications/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/applications/store/pom.xml20
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jaxrs/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonp/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonrpc/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld-scaclient/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld-spring/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webservice/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/helloworld/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/getting-started/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/async-invocation/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/autocomplete-webapp/pom.xml10
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/chat-webapp/pom.xml10
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pubsub-webapp/pom.xml10
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/weather-webapp/pom.xml10
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/autocomplete-webapp/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/chat-webapp/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pubsub-webapp/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/weather-webapp/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/contribution-osgi/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/calculator-bundle/pom.xml10
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/operations-bundle/pom.xml12
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/calculator-bundle/pom.xml10
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/operations-bundle/pom.xml12
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/samples/learning-more/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/running-tuscany/jse/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/running-tuscany/junit/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/samples/running-tuscany/pom.xml4
35 files changed, 112 insertions, 112 deletions
diff --git a/sca-java-2.x/branches/2.0/samples/applications/pom.xml b/sca-java-2.x/branches/2.0/samples/applications/pom.xml
index 2c04fa537e..dd7e639361 100644
--- a/sca-java-2.x/branches/2.0/samples/applications/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/applications/pom.xml
@@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-samples-applications</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tuscany SCA Sample Applications</name>
diff --git a/sca-java-2.x/branches/2.0/samples/applications/store/pom.xml b/sca-java-2.x/branches/2.0/samples/applications/store/pom.xml
index f94a7223fa..cf9815c9b6 100644
--- a/sca-java-2.x/branches/2.0/samples/applications/store/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/applications/store/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-store</artifactId>
@@ -32,48 +32,48 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-data-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-http-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rest-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-widget-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-widget-runtime-dojo</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-web-javascript-dojo</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jaxrs/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jaxrs/pom.xml
index dab06bbad4..34aed2d35b 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jaxrs/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jaxrs/pom.xml
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-jaxrs</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld JAX-RS</name>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonp/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonp/pom.xml
index cd5599923e..208bf0dd3f 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonp/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-jsonp</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld JSONP</name>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonrpc/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonrpc/pom.xml
index 4811017425..ad961712fd 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonrpc/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-jsonrpc/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-jsonrpc</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld JSON-RPC</name>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-scaclient/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-scaclient/pom.xml
index f1d8980e07..5e67af9d4d 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-scaclient/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-scaclient/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-scaclient</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld SCAClient</name>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-spring/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-spring/pom.xml
index b60d2fd172..a1e1ce2049 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-spring/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-spring/pom.xml
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-spring</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld Spring</name>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml
index b807bf9c30..afdb64f449 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webapp/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-webapp</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld WebApp</name>
<packaging>war</packaging>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webservice/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webservice/pom.xml
index c747e35923..4bb53773f1 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webservice/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-webservice/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-webservice</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld Web Service</name>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml
index c05d63dd2e..59fa04af55 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld-withdeps/pom.xml
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld-withdeps</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld With Dependencies</name>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld/pom.xml
index a7cb670682..2f55d8ad5e 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/helloworld/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/helloworld/pom.xml
@@ -24,11 +24,11 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>helloworld</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Samples Helloworld</name>
diff --git a/sca-java-2.x/branches/2.0/samples/getting-started/pom.xml b/sca-java-2.x/branches/2.0/samples/getting-started/pom.xml
index 74004c1b6e..4510b50598 100644
--- a/sca-java-2.x/branches/2.0/samples/getting-started/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/getting-started/pom.xml
@@ -22,11 +22,11 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>tuscany-samples-getting-started</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tuscany SCA Samples Getting Started</name>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/async-invocation/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/async-invocation/pom.xml
index 899d3c53c4..cc1ae4e24b 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/async-invocation/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/async-invocation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>sample-async-invocation</artifactId>
@@ -46,14 +46,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
@@ -71,7 +71,7 @@
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-plugin</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</plugin>
</plugins>
</build>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/autocomplete-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/autocomplete-webapp/pom.xml
index d33a490d2b..5ff295fbb9 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/autocomplete-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/autocomplete-webapp/pom.xml
@@ -22,20 +22,20 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-binding-comet</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-comet-autocomplete-webapp</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Sample binding.comet Real-Time Suggestions Webapp</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-comet-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax</groupId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
@@ -70,7 +70,7 @@
<webappArtifact>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>sample-binding-comet-autocomplete-webapp</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</webappArtifact>
</webapps>
</configuration>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/chat-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/chat-webapp/pom.xml
index 494df712a6..128ec621ca 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/chat-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/chat-webapp/pom.xml
@@ -22,20 +22,20 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-binding-comet</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-comet-chat-webapp</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Sample binding.comet Chat Webapp</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-comet-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax</groupId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
@@ -70,7 +70,7 @@
<webappArtifact>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>sample-binding-comet-chat-webapp</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</webappArtifact>
</webapps>
</configuration>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pom.xml
index 2f8193b893..bdd4749274 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pubsub-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pubsub-webapp/pom.xml
index 0e497e3cb0..b052f5de0a 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pubsub-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/pubsub-webapp/pom.xml
@@ -22,20 +22,20 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-binding-comet</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-comet-pubsub-webapp</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Sample binding.comet PubSub Webapp</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-comet-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax</groupId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
@@ -70,7 +70,7 @@
<webappArtifact>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>sample-binding-comet-pubsub-webapp</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</webappArtifact>
</webapps>
</configuration>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/weather-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/weather-webapp/pom.xml
index 25c0094aa9..46c5ff3a59 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/weather-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet/weather-webapp/pom.xml
@@ -22,20 +22,20 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-binding-comet</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-comet-weather-webapp</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Sample binding.comet Weather Monitor Webapp</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-comet-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax</groupId>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
@@ -63,7 +63,7 @@
<webappArtifact>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>sample-binding-comet-weather-webapp</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</webappArtifact>
</webapps>
</configuration>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/autocomplete-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/autocomplete-webapp/pom.xml
index 81100c11ba..2e6b795c45 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/autocomplete-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/autocomplete-webapp/pom.xml
@@ -23,25 +23,25 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-binding-websocket</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-websocket-autocomplete-webapp</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Sample binding.websocket Autocomplete Webapp</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-websocket</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/chat-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/chat-webapp/pom.xml
index 847795ff74..43e1621e29 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/chat-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/chat-webapp/pom.xml
@@ -22,25 +22,25 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-binding-websocket</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-websocket-chat-webapp</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Sample binding.websocket Chat Webapp</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-websocket</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pom.xml
index 0a4dcb775c..27844b8e37 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pubsub-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pubsub-webapp/pom.xml
index 2855ea5f45..4c5b91d071 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pubsub-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/pubsub-webapp/pom.xml
@@ -22,25 +22,25 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-binding-websocket</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-websocket-pubsub-webapp</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Sample binding.websocket PubSub Webapp</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-websocket</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/weather-webapp/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/weather-webapp/pom.xml
index 801cf8126c..c02d19f140 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/weather-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/binding-websocket/weather-webapp/pom.xml
@@ -22,25 +22,25 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-binding-websocket</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-websocket-weather-webapp</artifactId>
<packaging>war</packaging>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Sample binding.websocket Weather Monitor Webapp</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-websocket</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>compile</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/contribution-osgi/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/contribution-osgi/pom.xml
index 6aadf450ee..dc51aecfc1 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/contribution-osgi/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/contribution-osgi/pom.xml
@@ -26,11 +26,11 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath />
</parent>
<artifactId>sample-contribution-osgi</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<name>Apache Tuscany SCA Sample Calculator OSGi</name>
@@ -58,14 +58,14 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-osgi-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/calculator-bundle/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/calculator-bundle/pom.xml
index d753804c64..f9a7c0b0e8 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/calculator-bundle/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/calculator-bundle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -33,27 +33,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-ejava</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-webservice</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher-equinox</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl-osgi</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/operations-bundle/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/operations-bundle/pom.xml
index cab2d5e57b..c6b59d2296 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/operations-bundle/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/operations-bundle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -33,32 +33,32 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-osgi-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher-equinox</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl-osgi</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/pom.xml
index a344398049..ae48278d67 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-dynamic/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-samples-distributed-osgi-dynamic</artifactId>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/calculator-bundle/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/calculator-bundle/pom.xml
index 265d652f8d..2c61a07f20 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/calculator-bundle/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/calculator-bundle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -33,27 +33,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-ejava</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-webservice</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher-equinox</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl-osgi</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/operations-bundle/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/operations-bundle/pom.xml
index be8390fe30..228ca8b874 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/operations-bundle/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/operations-bundle/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -33,32 +33,32 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-osgi-runtime-pom</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-launcher-equinox</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl-osgi</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/pom.xml
index ee2989d6d1..8f4d18a702 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/distributed-osgi-static/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-samples-distributed-osgi-static</artifactId>
diff --git a/sca-java-2.x/branches/2.0/samples/learning-more/pom.xml b/sca-java-2.x/branches/2.0/samples/learning-more/pom.xml
index 74bd04c97b..32d2740588 100644
--- a/sca-java-2.x/branches/2.0/samples/learning-more/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/learning-more/pom.xml
@@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tuscany SCA Sample Learning More</name>
diff --git a/sca-java-2.x/branches/2.0/samples/pom.xml b/sca-java-2.x/branches/2.0/samples/pom.xml
index b59fd0bb4e..c9882b194c 100644
--- a/sca-java-2.x/branches/2.0/samples/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/pom.xml
@@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tuscany SCA Samples</name>
diff --git a/sca-java-2.x/branches/2.0/samples/running-tuscany/jse/pom.xml b/sca-java-2.x/branches/2.0/samples/running-tuscany/jse/pom.xml
index b67bc70a78..25f1752dce 100644
--- a/sca-java-2.x/branches/2.0/samples/running-tuscany/jse/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/running-tuscany/jse/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-running-tuscany</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>jse</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/running-tuscany/junit/pom.xml b/sca-java-2.x/branches/2.0/samples/running-tuscany/junit/pom.xml
index 31bc92068d..8dc933fc6d 100644
--- a/sca-java-2.x/branches/2.0/samples/running-tuscany/junit/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/running-tuscany/junit/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples-running-tuscany</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>junit</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0/samples/running-tuscany/pom.xml b/sca-java-2.x/branches/2.0/samples/running-tuscany/pom.xml
index e1c68adbb1..490334dec8 100644
--- a/sca-java-2.x/branches/2.0/samples/running-tuscany/pom.xml
+++ b/sca-java-2.x/branches/2.0/samples/running-tuscany/pom.xml
@@ -22,12 +22,12 @@
<parent>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>tuscany-samples-running-tuscany</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tuscany SCA Samples Running Tuscany</name>