summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6/samples/binding-notification-consumer/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-19 19:27:49 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-19 19:27:49 +0000
commit2df660969636dc26604f288c45ef58118d54265d (patch)
tree6f7300d5a2b7fdc92d3af5b6a7fd9ebbf9e0b53f /sca-java-1.x/branches/sca-java-1.6/samples/binding-notification-consumer/pom.xml
parent56b8b711b7215adb7584965d77a0e0d7592549f7 (diff)
Reverting pom changes from revision 900902 which accidentally changed artifactId from 1.6-SNAPSHOT to 1.6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6/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/samples/binding-notification-consumer/pom.xml b/sca-java-1.x/branches/sca-java-1.6/samples/binding-notification-consumer/pom.xml
index 5692cbd756..dae190f23b 100644
--- a/sca-java-1.x/branches/sca-java-1.6/samples/binding-notification-consumer/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6/samples/binding-notification-consumer/pom.xml
@@ -22,60 +22,60 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.6</version>
+ <version>1.6-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</version>
+ <version>1.6-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</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-notification</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java-xml</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-wsdl-xml</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>1.6</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>