summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/samples/webapps/helloworld
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 10:16:00 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-19 10:16:00 +0000
commit08c1a3d30ed2cdb3d1a43affe24555ca2e17b3c2 (patch)
tree11418fa5d73f63eca068a63263482159cd7d2d62 /sandbox/ant/sca/branches/foo/samples/webapps/helloworld
parent7835e13c1a4fa40e4e935fd328fdf996b99cb45a (diff)
[maven-release-plugin] prepare release 2.0-M2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755891 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsp/pom.xml6
-rw-r--r--sandbox/ant/sca/branches/foo/samples/webapps/helloworld-stripes/pom.xml6
-rw-r--r--sandbox/ant/sca/branches/foo/samples/webapps/helloworld/pom.xml6
3 files changed, 9 insertions, 9 deletions
diff --git a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsp/pom.xml b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsp/pom.xml
index 6e3da5e463..6835ac3322 100644
--- a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsp/pom.xml
+++ b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-jsp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</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-SNAPSHOT</version>
+ <version>2.0-M2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
<scope>runtime</scope>
</dependency>
diff --git a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-stripes/pom.xml b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-stripes/pom.xml
index b999ec39db..8468d5d00e 100644
--- a/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-stripes/pom.xml
+++ b/sandbox/ant/sca/branches/foo/samples/webapps/helloworld-stripes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</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-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-stripes</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
</dependency>
<!-- Stripes Framework dependencies -->
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 d07c893efb..f1486c6558 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-SNAPSHOT</version>
+ <version>2.0-M2</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-SNAPSHOT</version>
+ <version>2.0-M2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-webapp</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M2</version>
<scope>runtime</scope>
</dependency>