summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-spring/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/samples/helloworld-spring/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/helloworld-spring/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-spring/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-spring/pom.xml
index da89181d7d..f0f7c1a937 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-spring/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-spring/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-helloworld-spring</artifactId>
@@ -32,13 +32,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-base</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-spring</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>