diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6/samples/helloworld-service-erlang/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-service-erlang/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-service-erlang/pom.xml index 032919d2e3..c2fb2a867d 100644 --- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-service-erlang/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-service-erlang/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-service-erlang</artifactId> @@ -39,21 +39,21 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-embedded</artifactId> - <version>1.6</version> + <version>1.6-SNAPSHOT</version> <scope>compile</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> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-binding-erlang-runtime</artifactId> - <version>1.6</version> + <version>1.6-SNAPSHOT</version> <scope>runtime</scope> </dependency> |