summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/branches/foo/features/webapp/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 16:21:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 16:21:16 +0000
commit4f91a59dc5af574a93840ca2eb6c576e5cbb0f02 (patch)
tree102069c8bdd7be6895381677be6fb3ec524bcb76 /sandbox/ant/sca/branches/foo/features/webapp/pom.xml
parent75813a5fd9489c1715e7544d4e1416b7a16e81eb (diff)
[maven-release-plugin] prepare for next development iteration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/ant/sca/branches/foo/features/webapp/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/ant/sca/branches/foo/features/webapp/pom.xml b/sandbox/ant/sca/branches/foo/features/webapp/pom.xml
index 292b3a5116..3026cebca0 100644
--- a/sandbox/ant/sca/branches/foo/features/webapp/pom.xml
+++ b/sandbox/ant/sca/branches/foo/features/webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</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-feature-core</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-M2</version>
+ <version>2.0-M2-SNAPSHOT</version>
</dependency>
<!-- Explicitly list the servlet/jsp apis as "provided" dependencies are not transitive -->