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