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/itest/osgi-tuscany | |
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/itest/osgi-tuscany')
5 files changed, 8 insertions, 8 deletions
diff --git a/sca-java-1.x/trunk/itest/osgi-tuscany/osgi-tuscany-test/pom.xml b/sca-java-1.x/trunk/itest/osgi-tuscany/osgi-tuscany-test/pom.xml index 34fefd68ac..8938613852 100644 --- a/sca-java-1.x/trunk/itest/osgi-tuscany/osgi-tuscany-test/pom.xml +++ b/sca-java-1.x/trunk/itest/osgi-tuscany/osgi-tuscany-test/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-osgi-tuscany-test</artifactId>
diff --git a/sca-java-1.x/trunk/itest/osgi-tuscany/pom.xml b/sca-java-1.x/trunk/itest/osgi-tuscany/pom.xml index 1ed5bb001d..e9ec960d82 100644 --- a/sca-java-1.x/trunk/itest/osgi-tuscany/pom.xml +++ b/sca-java-1.x/trunk/itest/osgi-tuscany/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-osgi-tuscany</artifactId>
diff --git a/sca-java-1.x/trunk/itest/osgi-tuscany/test-bundles/pom.xml b/sca-java-1.x/trunk/itest/osgi-tuscany/test-bundles/pom.xml index ae651a75c1..ee4e8b067c 100644 --- a/sca-java-1.x/trunk/itest/osgi-tuscany/test-bundles/pom.xml +++ b/sca-java-1.x/trunk/itest/osgi-tuscany/test-bundles/pom.xml @@ -22,7 +22,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-itest</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>itest-osgi-tuscany-test-bundles</artifactId>
@@ -32,13 +32,13 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>1.7-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/sca-java-1.x/trunk/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml b/sca-java-1.x/trunk/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml index 3232784c33..4bbba4cb9c 100644 --- a/sca-java-1.x/trunk/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml +++ b/sca-java-1.x/trunk/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-itest</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>itest-osgi-tuscany-installer</artifactId> diff --git a/sca-java-1.x/trunk/itest/osgi-tuscany/tuscany-versioned/pom.xml b/sca-java-1.x/trunk/itest/osgi-tuscany/tuscany-versioned/pom.xml index 8bb73d1f18..3429e5b867 100644 --- a/sca-java-1.x/trunk/itest/osgi-tuscany/tuscany-versioned/pom.xml +++ b/sca-java-1.x/trunk/itest/osgi-tuscany/tuscany-versioned/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-itest</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.7-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>itest-osgi-tuscany-versioned</artifactId> @@ -626,7 +626,7 @@ <plugin> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-maven-bundle-plugin</artifactId> - <version>1.6-SNAPSHOT</version> + <version>1.7-SNAPSHOT</version> <extensions>true</extensions> <executions> <execution> |