diff options
Diffstat (limited to 'sandbox/ant/sca/branches/foo/samples/webapps')
-rw-r--r-- | sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml | 6 | ||||
-rw-r--r-- | sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml index 0391ced8d8..a3635b61d9 100644 --- a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml +++ b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</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-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml index c2b8ae4e1a..b1b3289037 100644 --- a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml +++ b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -36,12 +36,12 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-wicket</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
|