summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-jms/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-19 19:27:49 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-19 19:27:49 +0000
commit2df660969636dc26604f288c45ef58118d54265d (patch)
tree6f7300d5a2b7fdc92d3af5b6a7fd9ebbf9e0b53f /sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-jms/pom.xml
parent56b8b711b7215adb7584965d77a0e0d7592549f7 (diff)
Reverting pom changes from revision 900902 which accidentally changed artifactId from 1.6-SNAPSHOT to 1.6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-jms/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-jms/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-jms/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-jms/pom.xml
index 31fc9fcace..a241d69006 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-jms/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/helloworld-ws-service-jms/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-ws-service-jms</artifactId>
@@ -39,14 +39,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<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>
@@ -65,14 +65,14 @@
<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-ws-axis2</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>