diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/samples/calculator-webapp/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/calculator-webapp/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/calculator-webapp/pom.xml index 931f46c652..54de1f0735 100644 --- a/sca-java-1.x/branches/sca-java-1.6/samples/calculator-webapp/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6/samples/calculator-webapp/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-calculator-webapp</artifactId>
@@ -40,13 +40,13 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-webapp</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@@ -81,7 +81,7 @@ <plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<executions>
<execution>
<goals>
|