summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/modules/binding-atom/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.4/modules/binding-atom/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/branches/sca-java-1.4/modules/binding-atom/pom.xml b/branches/sca-java-1.4/modules/binding-atom/pom.xml
index 7c8fd0ece2..bad21c27e3 100644
--- a/branches/sca-java-1.4/modules/binding-atom/pom.xml
+++ b/branches/sca-java-1.4/modules/binding-atom/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>
@@ -33,20 +33,20 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-assembly-xml</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>1.4</version>
+ <version>1.4.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
@@ -72,7 +72,7 @@
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.atom</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.binding.atom*</Export-Package>
- <Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4", *</Import-Package>
+ <Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4.1-SNAPSHOT", *</Import-Package>
</instructions>
</configuration>
</plugin>