summaryrefslogtreecommitdiffstats
path: root/sandbox/event/samples/helloworld-service-jms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/event/samples/helloworld-service-jms/pom.xml')
-rw-r--r--sandbox/event/samples/helloworld-service-jms/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/event/samples/helloworld-service-jms/pom.xml b/sandbox/event/samples/helloworld-service-jms/pom.xml
index a80a32fc08..cd3f4c16ae 100644
--- a/sandbox/event/samples/helloworld-service-jms/pom.xml
+++ b/sandbox/event/samples/helloworld-service-jms/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EVENT-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-helloworld-service-jms</artifactId>
@@ -39,21 +39,21 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EVENT-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EVENT-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EVENT-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>