summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/samples/webapps/helloworld/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/branches/foo/samples/webapps/helloworld/pom.xml')
-rw-r--r--sandbox/ant/sca/branches/foo/samples/webapps/helloworld/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld/pom.xml b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld/pom.xml
index f1486c6558..d07c893efb 100644
--- a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld/pom.xml
+++ b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-webapp</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>