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 cbeb9a2 Update maven-bundle-plugin to 5.1.1, unblocks JDK16 builds
cbeb9a2 is described below
commit cbeb9a21ba4a46f1861851f5bc56ee90d89a2225
Author: reta <[email protected]>
AuthorDate: Sun Jul 19 12:33:38 2020 -0400
Update maven-bundle-plugin to 5.1.1, unblocks JDK16 builds
---
parent/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/parent/pom.xml b/parent/pom.xml
index b46f808..2101044 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -624,6 +624,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
+ <version>5.1.1</version>
<extensions>true</extensions>
<executions>
<execution>