diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-29 04:22:46 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-29 04:22:46 +0000 |
commit | f2b77129d6b549774eeb92939df562784badfc43 (patch) | |
tree | 32cb7651c3b3ffcfea4682fc091e21ee6f6bd3fd /sca-java-2.x/trunk/distribution/all | |
parent | f0fa1a8ac4ec439be118a7f446f2aef3a32dfc9c (diff) |
TUSCANY-3861: Move up to the new bundle plugin release
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140963 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/distribution/all')
-rw-r--r-- | sca-java-2.x/trunk/distribution/all/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/distribution/all/pom.xml b/sca-java-2.x/trunk/distribution/all/pom.xml index 7b23674c39..a5d39f76ad 100644 --- a/sca-java-2.x/trunk/distribution/all/pom.xml +++ b/sca-java-2.x/trunk/distribution/all/pom.xml @@ -189,9 +189,9 @@ <build> <plugins> <plugin> - <groupId>org.apache.tuscany.maven.plugins</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>1.0.7</version> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-bundle-plugin</artifactId> + <version>1.0.8</version> <executions> <execution> <id>distribution-modules</id> |