summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.4/modules/osgi-runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.4/modules/osgi-runtime/pom.xml')
-rw-r--r--branches/sca-java-1.4/modules/osgi-runtime/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.4/modules/osgi-runtime/pom.xml b/branches/sca-java-1.4/modules/osgi-runtime/pom.xml
index c6c5480c7a..aec8a973d5 100644
--- a/branches/sca-java-1.4/modules/osgi-runtime/pom.xml
+++ b/branches/sca-java-1.4/modules/osgi-runtime/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-osgi-runtime</artifactId>
@@ -37,12 +37,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-core-spi</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-extensibility-osgi</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.4</version>
</dependency>
</dependencies>
<build>