[MNG-6331] Removed maven-bundle-pugin from build
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f29ddbcd Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f29ddbcd Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f29ddbcd Branch: refs/heads/MNG-6331 Commit: f29ddbcde5664f2c6f8dcb5af04b0a46ca56abfe Parents: 6b83f7e Author: Karl Heinz Marbaise <[email protected]> Authored: Sat Dec 30 20:14:05 2017 +0100 Committer: Karl Heinz Marbaise <[email protected]> Committed: Sat Jan 6 19:13:23 2018 +0100 ---------------------------------------------------------------------- pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/f29ddbcd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8f31bf1..bb87aca 100644 --- a/pom.xml +++ b/pom.xml @@ -491,11 +491,6 @@ under the License. </executions> </plugin> <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>1.0.0</version> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> <version>1.4</version>
