summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.3/samples/implementation-notification
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.3.3/samples/implementation-notification')
-rw-r--r--branches/sca-java-1.3.3/samples/implementation-notification/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml b/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml
index 1c6f8db8ab..df9399617d 100644
--- a/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml
+++ b/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml
@@ -22,30 +22,30 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-implementation-notification</artifactId>
<name>Apache Tuscany SCA Notification Implementation Sample</name>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<description>A sample illustrating use of implementation.notification</description>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-notification</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
</dependency>
<!-- if this is not in, BuilderRegistryImpl throws NPE (line 96) -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- end -->