summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/samples/webapps
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:14:56 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:14:56 +0000
commitdd3825abe153da29a4f1fa58e00f744c16ea4b6a (patch)
tree0d22395660e3d64719d1373b215c7ba2eeee80d8 /sandbox/ant/sca/branches/foo/samples/webapps
parent69ddd8bf2040ca4e25195886af5b83a522969ef7 (diff)
Update varrious version references to 2.0-m2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant/sca/branches/foo/samples/webapps')
-rw-r--r--sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsf/pom.xml6
-rw-r--r--sandbox/ant/sca/branches/foo/samples/webapps/helloworld-wicket/pom.xml6
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>