summaryrefslogtreecommitdiffstats
path: root/sandbox/event/samples/helloworld-reference-jms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/event/samples/helloworld-reference-jms/pom.xml')
-rw-r--r--sandbox/event/samples/helloworld-reference-jms/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sandbox/event/samples/helloworld-reference-jms/pom.xml b/sandbox/event/samples/helloworld-reference-jms/pom.xml
index 8c9b704c49..1209e4a833 100644
--- a/sandbox/event/samples/helloworld-reference-jms/pom.xml
+++ b/sandbox/event/samples/helloworld-reference-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-reference-jms</artifactId>
@@ -39,27 +39,27 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EVENT-SNAPSHOT</version>
</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>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>sample-helloworld-service-jms</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4-EVENT-SNAPSHOT</version>
<scope>test</scope>
</dependency>