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 18:48:27 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-19 18:48:27 +0000
commit56b8b711b7215adb7584965d77a0e0d7592549f7 (patch)
treeb1f4e5541f69db827200b12c0aae501f38e53426 /sca-java-1.x/branches/sca-java-1.6/samples/binding-notification-consumer/pom.xml
parent7fdbdaada500b9bcb9699eb8fabb8927bbbb0857 (diff)
Removing modules not ready to be released (looks like git left empty folders)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900902 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 dae190f23b..5692cbd756 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-SNAPSHOT</version>
+ <version>1.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-binding-notification-consumer</artifactId>
<name>Apache Tuscany SCA Sample Notification Binding Consumer</name>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</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</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</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</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-interface-java-xml</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</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</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.6</version>
<scope>runtime</scope>
</dependency>