summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/trunk/features/webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/sca/trunk/features/webapp/pom.xml')
-rw-r--r--sandbox/ant/sca/trunk/features/webapp/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/ant/sca/trunk/features/webapp/pom.xml b/sandbox/ant/sca/trunk/features/webapp/pom.xml
index 3026cebca0..087a44778a 100644
--- a/sandbox/ant/sca/trunk/features/webapp/pom.xml
+++ b/sandbox/ant/sca/trunk/features/webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-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-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-M2-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<!-- Explicitly list the servlet/jsp apis as "provided" dependencies are not transitive -->