summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/modules/sca-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.4/modules/sca-api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.4/modules/sca-api/pom.xml b/branches/sca-java-1.4/modules/sca-api/pom.xml
index 799f688dbe..a5d3806796 100644
--- a/branches/sca-java-1.4/modules/sca-api/pom.xml
+++ b/branches/sca-java-1.4/modules/sca-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
@@ -40,7 +40,7 @@
<configuration>
<instructions>
- <Bundle-Version>1.4</Bundle-Version>
+ <Bundle-Version>1.4.1-SNAPSHOT</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.api</Bundle-SymbolicName>
<Bundle-Description>${pom.description}</Bundle-Description>
<Export-Package>org.osoa.sca*</Export-Package>