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 /branches/sca-java-2.0-M4/pom.xml | |
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
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-2.0-M4/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |