summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-08-24 18:54:15 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-08-24 18:54:15 +0000
commitd07f5af5341816a1b6c316474dbebb0c033ad9e6 (patch)
tree11f43e6ab4f55bfbd082c4ca77238f334daa25e1 /sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker
parentf1984b9335ce00bab9622586df9bf17b4d669302 (diff)
Update version number to 1.6.1-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/pom.xml
index 0bd593fea1..554ac58daf 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/binding-notification-broker/pom.xml
@@ -22,54 +22,54 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-notification-broker</artifactId>
<name>Apache Tuscany SCA Sample Notification Binding Broker</name>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<description>A sample illustrating use of binding.notification</description>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-notification</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-notification</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-databinding</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-wsdl</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-wsdl-xml</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<!-- test dependencies -->