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