diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-21 12:31:56 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-12-21 12:31:56 +0000 |
commit | 49ab0f4d7bedd7f909f34521873ee81fa354f8f5 (patch) | |
tree | fb76a4d5e56d7fce1b8931e629b28662fe754349 /sca-java-1.x/trunk/modules/host-jms | |
parent | 23d5587f8a4a4dfa5fb2f5d9497d04733cdfe8df (diff) |
Update 1.x trunk version to 1.7-SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@892797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/modules/host-jms')
-rw-r--r-- | sca-java-1.x/trunk/modules/host-jms/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/trunk/modules/host-jms/pom.xml b/sca-java-1.x/trunk/modules/host-jms/pom.xml index 60d9484452..5455414416 100644 --- a/sca-java-1.x/trunk/modules/host-jms/pom.xml +++ b/sca-java-1.x/trunk/modules/host-jms/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-host-jms</artifactId>
@@ -32,13 +32,13 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-spi</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jms</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
</dependency>
<dependency>
|