diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/samples')
80 files changed, 268 insertions, 268 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball-process/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball-process/pom.xml index 4f37c91d55..40771e3cfd 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball-process/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball-process/pom.xml @@ -104,6 +104,6 @@ </plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
</properties>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball-webapp/pom.xml index 054d13c52f..70d726cab0 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball-webapp/pom.xml @@ -156,7 +156,7 @@ </plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
<jetty.version>6.1.18</jetty.version>
</properties>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball/pom.xml index 86a0407b24..593e6b4cfd 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/eightball/pom.xml @@ -104,6 +104,6 @@ </plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
</properties>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/pom.xml index 2499576fec..86b273545a 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/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>tuscany-eightball-demo</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/translator/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/translator/pom.xml index 0f04558eff..929aac42c0 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/translator/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo/translator/pom.xml @@ -104,6 +104,6 @@ </plugins>
</build>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
</properties>
</project>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/applications/logging-scribe/helloworld-scribe/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/logging-scribe/helloworld-scribe/pom.xml index 94234147e7..4ef23b0a48 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/logging-scribe/helloworld-scribe/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/logging-scribe/helloworld-scribe/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sample</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -34,20 +34,20 @@ <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>
<scope>runtime</scope>
</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>
<scope>runtime</scope>
</dependency>
@@ -89,7 +89,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>
</plugin>
</plugins>
</build>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/applications/logging-scribe/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/logging-scribe/pom.xml index e073c4ed09..add39c3d39 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/logging-scribe/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/logging-scribe/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>tuscany-sample-logging-scribe</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/applications/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/pom.xml index cb5972cb5d..c52c94361d 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/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-applications</artifactId> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/applications/store-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/store-webapp/pom.xml index 36c4bb06ea..9a2b65a008 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/store-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/store-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> <artifactId>sample-store-webapp</artifactId> @@ -33,45 +33,45 @@ <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> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-data-api</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-atom-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-http-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-jsonrpc-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-widget-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-web-javascript-dojo</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/applications/store/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/applications/store/pom.xml index 2cc9c7c5e6..6c6eb3f9ce 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/applications/store/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/applications/store/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-store</artifactId> @@ -32,43 +32,43 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-data-api</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-atom-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-http-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-jsonrpc-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-widget-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-web-javascript-dojo</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.mortbay.jetty</groupId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/binding-sample/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/binding-sample/pom.xml index 4af16a6871..bcc11bb816 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/binding-sample/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/binding-sample/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,14 +34,14 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-assembly-xml</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-http</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>provided</scope> </dependency> @@ -55,28 +55,28 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-jetty</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-impl</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>test</scope> </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> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>test</scope> </dependency> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/implementation-sample/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/implementation-sample/pom.xml index 9490ff8c17..e1797b5cd6 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/implementation-sample/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/implementation-sample/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-implementation-extension</artifactId>
@@ -34,19 +34,19 @@ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-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/extending-tuscany/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/pom.xml index 482bb39060..14a0ec870d 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/extending-tuscany/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-extending-tuscany</artifactId> 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 -->
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/async/calculator-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/async/calculator-contribution/pom.xml index 20c04e9e70..c93ed89b89 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/async/calculator-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/async/calculator-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> <artifactId>sample-implementation-java-calculator-async-contribution</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> @@ -49,7 +49,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> </plugin> </plugins> </build> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/async/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/async/pom.xml index 265b9fea8c..4c2034c1e9 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/async/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/async/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-learning-more</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-tuscany-async</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-comet/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-comet/pom.xml index fefce3bdd2..39f3c8a683 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-comet/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-comet/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-samples-binding-comet</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-comet/weather-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-comet/weather-webapp/pom.xml index cb538d02a0..0e76cac073 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-comet/weather-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-comet/weather-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>
@@ -36,12 +36,12 @@ <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>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-comet-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax</groupId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jms/helloworld-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jms/helloworld-webapp/pom.xml index 751fffc4c9..8812021509 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jms/helloworld-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jms/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,12 +35,12 @@ <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> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-jms-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/learning-more/binding-jms/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jms/pom.xml index 760f74b2fc..b1180ef093 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jms/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jms/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-binding-jms</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml index 8f0a042f21..383cce92ff 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/calculator-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/calculator-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>
<artifactId>sample-binding-jsonrpc-calculator-contribution</artifactId>
@@ -32,7 +32,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
@@ -50,7 +50,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>
</plugin>
</plugins>
</build>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml index 92a4e61f63..bc35026e22 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/calculator-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/calculator-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>
<artifactId>sample-binding-jsonrpc-calculator-webapp</artifactId>
@@ -33,19 +33,19 @@ <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>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-web-javascript-dojo</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
@@ -63,7 +63,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>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/pom.xml index 7426d1ee31..3203a2a738 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-jsonrpc/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-samples-binding-jsonrpc</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml index 87ac79b0d0..63511b430c 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/calculator-reference-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/calculator-reference-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> <artifactId>sample-binding-rmi-calculator-reference-contribution</artifactId> @@ -32,24 +32,24 @@ <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> <scope>test</scope> </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> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-rmi-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> @@ -66,7 +66,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> </plugin> </plugins> </build> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml index cb92cfe8a1..ea99bd6930 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/calculator-service-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/calculator-service-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> <artifactId>sample-binding-rmi-calculator-service-contribution</artifactId> @@ -32,24 +32,24 @@ <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> <scope>test</scope> </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> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-rmi-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> @@ -66,7 +66,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> </plugin> </plugins> </build> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/pom.xml index 81a309ed9f..f10f19f216 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-rmi/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-binding-rmi</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-sca/calculator-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-sca/calculator-contribution/pom.xml index 134a9be456..2f90fd7723 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-sca/calculator-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-sca/calculator-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> <artifactId>sample-binding-sca-calculator-contribution</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> @@ -50,7 +50,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> </plugin> </plugins> </build> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-sca/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-sca/pom.xml index 6b90dd713f..68f3908e03 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-sca/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-sca/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-binding-sca</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/calculator-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/calculator-contribution/pom.xml index 4153f5f523..97137015eb 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/calculator-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/calculator-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>
<artifactId>sample-binding-ws-calculator-contribution</artifactId>
@@ -32,7 +32,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</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/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml index f5c2839067..a31316bd42 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/helloworld-ws-sdo-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/helloworld-ws-sdo-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> <artifactId>sample-binding-ws-helloworld-ws-sdo-contribution</artifactId> @@ -32,26 +32,26 @@ <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> <scope>runtime</scope> </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> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-ws-runtime-axis2</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -79,14 +79,14 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-sdo</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-jetty</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> @@ -108,12 +108,12 @@ <plugin> <groupId>org.apache.tuscany.maven.plugins</groupId> <artifactId>maven-tuscany-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-databinding-sdo</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/holder-ws-service/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/holder-ws-service/pom.xml index e910931a27..1a4ac2ff7d 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/holder-ws-service/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/holder-ws-service/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,71 +35,71 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<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>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-wsdlgen</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-http</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-policy-security</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -117,7 +117,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>
</plugin>
</plugins>
</build>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/pom.xml index 5cf72633fe..5640ee7a33 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/binding-ws/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-binding-ws</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml index 6f5918b8d1..57f7d4ef16 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/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> @@ -33,32 +33,32 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-osgi-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-rmi-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-launcher-equinox</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-impl-osgi</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml index 9b79a97b07..e64292bfd1 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator/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> @@ -33,27 +33,27 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-feature-ejava</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-feature-webservice</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-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-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-impl-osgi</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/pom.xml index a68ee3fbed..4d90652d62 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/distributed-osgi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-learning-more</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-samples-distributed-osgi</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml index 59d74cb5ae..bc14622923 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/helloworld-bpel-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/helloworld-bpel-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> @@ -61,12 +61,12 @@ <plugin> <groupId>org.apache.tuscany.maven.plugins</groupId> <artifactId>maven-tuscany-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-bpel-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> </dependencies> </plugin> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/pom.xml index 8417ee478f..dcbab6345f 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/pom.xml @@ -24,7 +24,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>
@@ -33,7 +33,7 @@ <name>Apache Tuscany SCA Sample implementation.bpel Helloworld WebApp</name>
<properties>
- <tuscany.version>2.0-SNAPSHOT</tuscany.version>
+ <tuscany.version>2.0-Beta2-SNAPSHOT</tuscany.version>
<jetty.version>6.1.18</jetty.version>
</properties>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/pom.xml index e5945d2f52..8fa5c5a19d 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-bpel/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-learning-more</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-sample-implementation-bpel</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml index 5b59323ee9..6518dcac8d 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/helloworld-recursive-ws/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/helloworld-recursive-ws/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,13 +34,13 @@ <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>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>sample-helloworld-contribution</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -67,7 +67,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 -->
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml index 164d31f300..92fa8ba245 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/helloworld-recursive/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/helloworld-recursive/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 -->
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/pom.xml index baad81945e..cf41e1c4d4 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-composite/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-learning-more</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-samples-implementation-composite</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-java/calculator-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-java/calculator-contribution/pom.xml index f10a4b486e..c77ee09aee 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-java/calculator-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-java/calculator-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>
<artifactId>sample-implementation-java-calculator-contribution</artifactId>
@@ -32,7 +32,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
@@ -49,7 +49,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>
</plugin>
</plugins>
</build>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-java/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-java/pom.xml index 65fe334e33..25920cbc4f 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-java/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-java/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-implementation-java</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml index 612bf0b634..453c70ba00 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/dosgi-calculator-operations/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> @@ -33,32 +33,32 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-osgi-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-rmi-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-launcher-equinox</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-impl-osgi</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml index 94a9d46db2..ea2ede9e2b 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/dosgi-calculator/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/dosgi-calculator/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> @@ -33,27 +33,27 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-feature-ejava</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-feature-webservice</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-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-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-node-impl-osgi</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/pom.xml index ad5421c32a..d1d49848af 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-osgi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-learning-more</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-samples-distributed-osgi-static</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-script/calculator-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-script/calculator-contribution/pom.xml index 2444855b17..af83ecc1f3 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-script/calculator-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-script/calculator-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>
<artifactId>sample-implementation-script-calculator-contribution</artifactId>
@@ -32,7 +32,7 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
@@ -50,7 +50,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>
</plugin>
</plugins>
</build>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-script/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-script/pom.xml index 6dcf2bb71f..141791f5ef 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-script/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-script/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-learning-more</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-implementation-script</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml index 5b7b366056..4e8a54b9a2 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-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>
@@ -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>
<dependency>
@@ -52,12 +52,12 @@ <plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-spring-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml index 25a78c2a54..37d13e9e95 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-webapp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-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> @@ -34,31 +34,31 @@ <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> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-spring-webapp</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-spring-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-jsonrpc-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>sample-implementation-spring-helloworld-contribution</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/samples/learning-more/implementation-spring/helloworld-spring-webapp/src/test/resources/test-web.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-webapp/src/test/resources/test-web.xml index 0ad2ed49c1..ac5c134454 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-webapp/src/test/resources/test-web.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/helloworld-spring-webapp/src/test/resources/test-web.xml @@ -1,25 +1,25 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
--->
-<web-app version="2.4"
- xmlns="http://java.sun.com/xml/ns/j2ee"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" >
-
-</web-app>
+<?xml version="1.0" encoding="UTF-8"?> +<!-- + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. +--> +<web-app version="2.4" + xmlns="http://java.sun.com/xml/ns/j2ee" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" > + +</web-app> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/pom.xml index 89acc85399..5819fbf0d3 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-spring/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-learning-more</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-samples-implementation-spring</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml index 9b874a5215..1399fb85a6 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jaxrs/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jaxrs/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>
@@ -36,7 +36,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>
<!-- Wink dependency for JAX-RS support -->
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-js-client/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-js-client/pom.xml index bdd9c5085b..0098f10073 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-js-client/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-js-client/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,13 +35,13 @@ <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>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding-json</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/learning-more/implementation-web/helloworld-jsf/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jsf/pom.xml index 36fe0c93c8..b224fb092d 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jsf/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jsf/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,21 +35,21 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca-api</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-myfaces</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jsp/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jsp/pom.xml index fb1f93bcc1..1dafc21003 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jsp/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-jsp/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/learning-more/implementation-web/helloworld-servlet/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-servlet/pom.xml index 5a07843e58..ff848a1f27 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-servlet/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-servlet/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/learning-more/implementation-web/helloworld-stripes/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-stripes/pom.xml index 7e092f548b..1be1f18c8d 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-stripes/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-stripes/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> @@ -36,13 +36,13 @@ <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> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-stripes</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <!-- Stripes Framework dependencies --> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/pom.xml index 94b39e5561..7563f13834 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-learning-more</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-samples-implementation-webapp</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/pom.xml index 1b11cf0e30..aaa05c8d5b 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/pom.xml @@ -22,12 +22,12 @@ <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> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-learning-more</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Tuscany SCA Learning More Sample Contributions</name> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/calculator-scaclient/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/calculator-scaclient/pom.xml index d63a90c359..708e1a5fc5 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/calculator-scaclient/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/calculator-scaclient/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-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/learning-more/sca-client/helloworld-scaclient/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/helloworld-scaclient/pom.xml index f891ee3e45..3f60a31cf0 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/helloworld-scaclient/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/helloworld-scaclient/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-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/learning-more/sca-client/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/pom.xml index 5c125bead3..a72263d167 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/sca-client/pom.xml @@ -22,11 +22,11 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-learning-more</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.tuscany.sca</groupId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <artifactId>tuscany-samples-sca-client</artifactId> <packaging>pom</packaging> <name>Apache Tuscany SCA SCAClient Samples</name> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/pom.xml index 5866e18141..7ef757bd6b 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/pom.xml @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-sca</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-samples</artifactId> <groupId>org.apache.tuscany.sca</groupId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Tuscany SCA Samples</name> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-jse/build.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-jse/build.xml index a8f13a01aa..f76fd2df1a 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-jse/build.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-jse/build.xml @@ -113,7 +113,7 @@ <classpath>
<pathelement location="target/${jar.name}"/>
<fileset dir="${tuscany.home}/lib">
- <include name="tuscany-base-runtime-aggregation-2.0-SNAPSHOT.jar" />
+ <include name="tuscany-base-runtime-aggregation-2.0-Beta2-SNAPSHOT.jar" />
</fileset>
</classpath>
</java>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-jse/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-jse/pom.xml index e590286090..4dce6ad4bd 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-jse/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-jse/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-running-tuscany</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-embedded-jse</artifactId>
@@ -32,37 +32,37 @@ <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>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-rmi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-script-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-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/running-tuscany/embedded-osgi-base/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-osgi-base/pom.xml index 086b80a5fc..14f31547d8 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-osgi-base/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-osgi-base/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-running-tuscany</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-launcher-embedded-osgi-base</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime-nodep</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-cli</groupId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-osgi/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-osgi/pom.xml index 5f68dc649f..339305a1c4 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-osgi/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/embedded-osgi/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-running-tuscany</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-embedded-osgi</artifactId>
@@ -32,27 +32,27 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base-runtime-pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-osgi-runtime-pom</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</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/running-tuscany/maven-junit/calculator-contribution/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml index 13e52b91c2..52f7b4968e 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-junit/calculator-contribution/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sample-maven-junit</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-maven-junit-calculator-contribution</artifactId>
@@ -32,7 +32,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>
@@ -50,7 +50,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>
</plugin>
</plugins>
</build>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-junit/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-junit/pom.xml index 5dbce2ca59..bc218534ea 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-junit/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-junit/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-running-tuscany</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-maven-junit</artifactId>
diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml index 6df94d3e8d..39f39e8fc5 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/calculator-osgi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>sample-maven-osgi-junit</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-maven-osgi-junit-calculator-osgi</artifactId> @@ -32,14 +32,14 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-feature-api</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-feature-all</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml index c31324d21f..e9d175eb13 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>sample-maven-osgi-junit</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-maven-osgi-junit-calculator-rest-osgi</artifactId> @@ -32,27 +32,27 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-core-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-osgi-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <type>pom</type> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-rest-runtime</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-base-runtime-pom</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>test</scope> <type>pom</type> </dependency> @@ -75,7 +75,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-jetty</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <scope>test</scope> </dependency> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/pom.xml index e6d8631cb3..e0e103079f 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven-osgi-junit/pom.xml @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples-running-tuscany</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sample-maven-osgi-junit</artifactId> <groupId>org.apache.tuscany.sca</groupId> - <version>2.0-SNAPSHOT</version> + <version>2.0-Beta2-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Tuscany SCA Maven OSGI Junit plugin Samples</name> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/pom.xml index 1cc0cab2db..5daeefff59 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/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>tuscany-samples-running-tuscany</artifactId> diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/shell/pom.xml b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/shell/pom.xml index bfaabcd774..fb7043709d 100644 --- a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/shell/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/shell/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples-running-tuscany</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-shell</artifactId>
@@ -34,34 +34,34 @@ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-api</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-core</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-webservice</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-web20</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-webapp</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta2-SNAPSHOT</version>
</dependency>
<dependency>
|