summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-2.0-M4/distribution/all/pom.xml2
-rw-r--r--branches/sca-java-2.0-M4/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-2.0-M4/distribution/all/pom.xml b/branches/sca-java-2.0-M4/distribution/all/pom.xml
index e1df7a10f4..fac8054177 100644
--- a/branches/sca-java-2.0-M4/distribution/all/pom.xml
+++ b/branches/sca-java-2.0-M4/distribution/all/pom.xml
@@ -64,7 +64,7 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.5-SNAPSHOT</version>
+ <version>1.0.5</version>
<executions>
<execution>
<id>distribution-modules</id>
diff --git a/branches/sca-java-2.0-M4/pom.xml b/branches/sca-java-2.0-M4/pom.xml
index fcc4164038..18cc814d3c 100644
--- a/branches/sca-java-2.0-M4/pom.xml
+++ b/branches/sca-java-2.0-M4/pom.xml
@@ -340,7 +340,7 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.5-SNAPSHOT</version>
+ <version>1.0.5</version>
<extensions>true</extensions>
</plugin>
<plugin>