This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push: new 02186ae Update maven-bundle-plugin to 5.1.1 (moved to root pom.xml) 02186ae is described below commit 02186aebad9329afdcd5fcfcb74d5174f4e8d738 Author: reta <drr...@gmail.com> AuthorDate: Sun Jul 19 16:08:49 2020 -0400 Update maven-bundle-plugin to 5.1.1 (moved to root pom.xml) --- parent/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 2101044..9cd3928 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1,3 +1,4 @@ + <?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one @@ -624,7 +625,6 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>5.1.1</version> <extensions>true</extensions> <executions> <execution> diff --git a/pom.xml b/pom.xml index 5602870..c77be6d 100644 --- a/pom.xml +++ b/pom.xml @@ -432,7 +432,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>4.2.1</version> + <version>5.1.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>