summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--branches/sca-java-2.0-M3/distribution/all/pom.xml2
-rw-r--r--branches/sca-java-2.0-M3/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-2.0-M3/distribution/all/pom.xml b/branches/sca-java-2.0-M3/distribution/all/pom.xml
index e017ea24d0..305acc5d44 100644
--- a/branches/sca-java-2.0-M3/distribution/all/pom.xml
+++ b/branches/sca-java-2.0-M3/distribution/all/pom.xml
@@ -44,7 +44,7 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</version>
<executions>
<execution>
<id>distribution-modules</id>
diff --git a/branches/sca-java-2.0-M3/pom.xml b/branches/sca-java-2.0-M3/pom.xml
index 10d05ab8b3..5fc1616b92 100644
--- a/branches/sca-java-2.0-M3/pom.xml
+++ b/branches/sca-java-2.0-M3/pom.xml
@@ -274,7 +274,7 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
<extensions>true</extensions>
</plugin>
<plugin>