summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0/distribution/tomcat/testing
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/branches/2.0/distribution/tomcat/testing')
-rw-r--r--sca-java-2.x/branches/2.0/distribution/tomcat/testing/download-tomcat/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-client-webapp/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-service-contribution/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0/distribution/tomcat/testing/legal-checks/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0/distribution/tomcat/testing/pom.xml2
8 files changed, 13 insertions, 13 deletions
diff --git a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/download-tomcat/pom.xml b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/download-tomcat/pom.xml
index 8d3928ae51..d0ca8f6978 100644
--- a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/download-tomcat/pom.xml
+++ b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/download-tomcat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</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/distribution/tomcat/testing/helloworld-client-webapp/pom.xml b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
index e3940e4ebc..53fe1d902b 100644
--- a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-client-webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
index 010b6b16c9..a560a4074a 100644
--- a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
+++ b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
index d09d68b612..a9e64fb8aa 100644
--- a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
+++ b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
index 806ad72495..6d0e636a3c 100644
--- a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
+++ b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-service-contribution/pom.xml b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
index a9dcee12cb..04846c3fc9 100644
--- a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
+++ b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/helloworld-service-contribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/legal-checks/pom.xml b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/legal-checks/pom.xml
index d7efb61e91..cf1c0f4b53 100644
--- a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/legal-checks/pom.xml
+++ b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/legal-checks/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>war-legal-checks</artifactId>
diff --git a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/pom.xml b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/pom.xml
index 77d92f656e..17ea8475d9 100644
--- a/sca-java-2.x/branches/2.0/distribution/tomcat/testing/pom.xml
+++ b/sca-java-2.x/branches/2.0/distribution/tomcat/testing/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>2.0</version>
+ <version>2.0.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-tomcat-testing</artifactId>