summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-1.x/modules/core-spi/pom.xml2
-rw-r--r--branches/sca-java-1.x/modules/implementation-web-runtime/pom.xml2
-rw-r--r--branches/sca-java-1.x/modules/sca-api-extension/pom.xml6
3 files changed, 5 insertions, 5 deletions
diff --git a/branches/sca-java-1.x/modules/core-spi/pom.xml b/branches/sca-java-1.x/modules/core-spi/pom.xml
index 8b60e8d8a2..6bc2eed01a 100644
--- a/branches/sca-java-1.x/modules/core-spi/pom.xml
+++ b/branches/sca-java-1.x/modules/core-spi/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api-extension</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.x/modules/implementation-web-runtime/pom.xml b/branches/sca-java-1.x/modules/implementation-web-runtime/pom.xml
index 0fb52ac3fc..24b0c449aa 100644
--- a/branches/sca-java-1.x/modules/implementation-web-runtime/pom.xml
+++ b/branches/sca-java-1.x/modules/implementation-web-runtime/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api-extension</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
diff --git a/branches/sca-java-1.x/modules/sca-api-extension/pom.xml b/branches/sca-java-1.x/modules/sca-api-extension/pom.xml
index 12e8e65c09..01311f3e6a 100644
--- a/branches/sca-java-1.x/modules/sca-api-extension/pom.xml
+++ b/branches/sca-java-1.x/modules/sca-api-extension/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -48,7 +48,7 @@
<configuration>
<instructions>
- <Bundle-Version>1.4</Bundle-Version>
+ <Bundle-Version>1.5</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.api</Bundle-SymbolicName>
<Bundle-Description>${pom.description}</Bundle-Description>
<Export-Package>org.osoa.sca*</Export-Package>