diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-17 12:36:51 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-17 12:36:51 +0000 |
commit | e54cdb7008cfae1fbaab88aa416002b57157967f (patch) | |
tree | aa05040c947300b09fd8b9ec367fa35cf065db04 /sandbox/ant/sca/trunk/samples/webapps | |
parent | c8b4f9e260892c8fedbf8bce7c14cf4c1f269210 (diff) |
[maven-release-plugin] prepare release foo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant/sca/trunk/samples/webapps')
3 files changed, 9 insertions, 9 deletions
diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml index 6e3da5e463..1d11c86562 100644 --- a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml +++ b/sandbox/ant/sca/trunk/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-M3-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-SNAPSHOT</version>
+ <version>2.0-M3-SNAPSHOT</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-M3-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-stripes/pom.xml b/sandbox/ant/sca/trunk/samples/webapps/helloworld-stripes/pom.xml index b999ec39db..ecd85d908c 100644 --- a/sandbox/ant/sca/trunk/samples/webapps/helloworld-stripes/pom.xml +++ b/sandbox/ant/sca/trunk/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-M3-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-M2-SNAPSHOT</version>
+ <version>2.0-M3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-stripes</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-M3-SNAPSHOT</version>
</dependency>
<!-- Stripes Framework dependencies -->
diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld/pom.xml b/sandbox/ant/sca/trunk/samples/webapps/helloworld/pom.xml index d07c893efb..ac9c21830f 100644 --- a/sandbox/ant/sca/trunk/samples/webapps/helloworld/pom.xml +++ b/sandbox/ant/sca/trunk/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-M3-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-SNAPSHOT</version>
+ <version>2.0-M3-SNAPSHOT</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-M3-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
|