diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing')
8 files changed, 13 insertions, 13 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/download-tomcat/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/download-tomcat/pom.xml index 68bb686ae3..981f0875bf 100644 --- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/download-tomcat/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/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-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-client-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-client-webapp/pom.xml index 3aa5aa3809..cb4f831e5c 100644 --- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-client-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/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-SNAPSHOT</version> + <version>2.0-Beta2-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-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml index 9497949fb5..559a6875e4 100644 --- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-reference-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/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-SNAPSHOT</version>
+ <version>2.0-Beta2-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-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml index 704ee91174..32d6b451f5 100644 --- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-jsp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/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-SNAPSHOT</version>
+ <version>2.0-Beta2-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-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml index 67de9b020e..392b7b219c 100644 --- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-scaclient-servlet/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/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-SNAPSHOT</version>
+ <version>2.0-Beta2-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-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-service-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-service-contribution/pom.xml index e37b2021cb..da52711654 100644 --- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/helloworld-service-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/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-SNAPSHOT</version> + <version>2.0-Beta2-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-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>provided</scope> </dependency> diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/legal-checks/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/legal-checks/pom.xml index 96209a1b57..0220e99e6e 100644 --- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/legal-checks/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/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-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>war-legal-checks</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/pom.xml b/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/pom.xml index d77f0e8b3c..5192ba00e0 100644 --- a/sca-java-2.x/branches/2.0-Beta2/distribution/tomcat/testing/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/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-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-distribution-tomcat-testing</artifactId> |