diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-webapp/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-webapp/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-webapp/pom.xml index 65e524ad22..2399c4f29c 100644 --- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-webapp/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-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> </parent> <artifactId>sample-helloworld-ws-service-webapp</artifactId> <name>Apache Tuscany SCA HelloWorld Web Service Sample Webapp</name> @@ -39,20 +39,20 @@ <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-binding-ws-axis2</artifactId> - <version>1.6</version> + <version>1.6-SNAPSHOT</version> <scope>runtime</scope> </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> |