summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/samples/implementation-notification/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.2/samples/implementation-notification/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/samples/implementation-notification/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/samples/implementation-notification/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/samples/implementation-notification/pom.xml
index 107e1021bc..7b02bda3e3 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/samples/implementation-notification/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/samples/implementation-notification/pom.xml
@@ -22,30 +22,30 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-implementation-notification</artifactId>
<name>Apache Tuscany SCA Sample Notification Implementation</name>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-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.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-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.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- end -->