summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-26 15:47:33 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-26 15:47:33 +0000
commit09750661c590a94c1a1586676ad27198ef7ebed6 (patch)
treef64e352878de606fe3d9f9bb94e1d93977d8e21b
parent66e7d985557957a708b802f14c56be4aee51fb12 (diff)
Update M3 branch to the almost release bundle plugin version. This breaks the branch as the plugin isn't released in th emaven repo yet but can build it locally and it will probably be out by the time i get the RC out
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@788748 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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>