summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.3/samples/implementation-notification
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 10:51:59 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 10:51:59 +0000
commit556f8b85a4cb9dcae3d894ff4f72f5b7096c9f72 (patch)
treeee18d860db66580fa9700fdf307ed027aa7a3088 /branches/sca-java-1.3.3/samples/implementation-notification
parentf943cc0e4b33c40cbdc92daa76b5aefcd23b5102 (diff)
Change branch version number
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3.3/samples/implementation-notification')
-rw-r--r--branches/sca-java-1.3.3/samples/implementation-notification/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml b/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml
index 1c6f8db8ab..df9399617d 100644
--- a/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml
+++ b/branches/sca-java-1.3.3/samples/implementation-notification/pom.xml
@@ -22,30 +22,30 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-implementation-notification</artifactId>
<name>Apache Tuscany SCA Notification Implementation Sample</name>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-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.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-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.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- end -->