summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/sca-api-extension
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-12 16:01:19 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2008-12-12 16:01:19 +0000
commit888bb931f48ebb4c68e68a106432367ae1b3dbf4 (patch)
treef1913a75231caa88accbd7ec411cf7d5cf0658cc /branches/sca-java-1.x/modules/sca-api-extension
parentd708e33b18df952e7c5ff935277564656b427ac7 (diff)
Fix some cases where I checked in some 1.4-SNAPSHOT dependencies by mistake
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@726061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/sca-api-extension')
-rw-r--r--branches/sca-java-1.x/modules/sca-api-extension/pom.xml6
1 files changed, 3 insertions, 3 deletions
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>