summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml b/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
index be463f62de..4556895168 100644
--- a/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/pom.xml
+++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/contribution-implementation-java-calculator/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-M5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-contribution-implementation-java-calculator</artifactId>
@@ -33,7 +33,7 @@
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-feature-api</artifactId>
<type>pom</type>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</dependency>
<dependency>
@@ -50,7 +50,7 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M5-SNAPSHOT</version>
</plugin>
</plugins>
</build>