summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-stripes/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/2.0-Beta2/samples/learning-more/implementation-web/helloworld-stripes/pom.xml6
1 files changed, 3 insertions, 3 deletions
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 -->