diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/samples/applications/eightball-demo')
5 files changed, 5 insertions, 5 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>
|