diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-03 08:17:18 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-03 08:17:18 +0000 |
commit | 7a7471c7e4c95b758da192622f7476dce8f0faf8 (patch) | |
tree | 9f5468e0c176551746ed8f39c08980c97e04d577 | |
parent | f1bcf98d2c7d764cab0d46188ca256273e2efd66 (diff) |
Use the to be released version of bundle plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832337 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-java-2.0-M4/distribution/all/pom.xml | 2 | ||||
-rw-r--r-- | branches/sca-java-2.0-M4/pom.xml | 2 |
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> |