summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta2/samples/getting-started
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/samples/getting-started/callback-api/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml4
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/samples/getting-started/pom.xml2
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/samples/getting-started/sca-scopes/pom.xml8
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/samples/getting-started/scdl-include-contribution/pom.xml6
6 files changed, 16 insertions, 16 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/callback-api/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/callback-api/pom.xml
index a87560b9f2..7106626514 100644
--- a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/callback-api/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/callback-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-callback-api-contribution</artifactId>
@@ -32,19 +32,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml
index 5ecc7a8831..b20c144477 100644
--- a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-contribution/pom.xml
@@ -23,13 +23,13 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>helloworld-contribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>helloworld-contribution</name>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml
index 4a8c757ecf..1b27b075c9 100644
--- a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/helloworld-webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/pom.xml
index 56195a1997..93151a3b1f 100644
--- a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</parent>
<artifactId>tuscany-samples-getting-started-contributions</artifactId>
<groupId>org.apache.tuscany.sca</groupId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/sca-scopes/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/sca-scopes/pom.xml
index 878da43573..b72f34eea6 100644
--- a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/sca-scopes/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/sca-scopes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Apache Tuscany SCA Sample SCA Scopes Contribution</name>
@@ -32,19 +32,19 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/scdl-include-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/scdl-include-contribution/pom.xml
index 3dfd4da55d..88965ddf5d 100644
--- a/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/scdl-include-contribution/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta2/samples/getting-started/scdl-include-contribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples</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>
@@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<configuration>
<contributions>
<!-- add the dependee contribution that this contribution uses -->