summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/samples/learning-more/binding-comet
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/samples/learning-more/binding-comet')
-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
5 files changed, 21 insertions, 21 deletions
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>