summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.2/samples/binding-notification-consumer/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-03-30 23:04:36 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2011-03-30 23:04:36 +0000
commit15d305ea23f9a9e6266f9a2411b7f0c35c5fa9a2 (patch)
tree4e8479805beb885926d6a1e77c41a051ab6351fa /sca-java-1.x/branches/sca-java-1.6.2/samples/binding-notification-consumer/pom.xml
parent48652479c1a0410505e03cb932057db1a2e7a2a4 (diff)
Update version number to 1.6.2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.2/samples/binding-notification-consumer/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.2/samples/binding-notification-consumer/pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.2/samples/binding-notification-consumer/pom.xml b/sca-java-1.x/branches/sca-java-1.6.2/samples/binding-notification-consumer/pom.xml
index b3a2a4f222..83d6417de2 100644
--- a/sca-java-1.x/branches/sca-java-1.6.2/samples/binding-notification-consumer/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.2/samples/binding-notification-consumer/pom.xml
@@ -22,60 +22,60 @@
<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-binding-notification-consumer</artifactId>
<name>Apache Tuscany SCA Sample Notification Binding Consumer</name>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-notification</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</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>
<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>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java-xml</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-wsdl-xml</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>