This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit eeee44d793a3f0804292e2842477f4173f9dae71 Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Wed Jul 15 16:44:23 2020 +0300 Bump maven-bundle-plugin to 5.1.1 This updates the dependency to aQute 5.1.x that works fine on JDK 15 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d4c54aa..9e74f79 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ <!-- Maven plugins --> <clirr-maven-plugin.version>2.8</clirr-maven-plugin.version> <maven-archetype-plugin.version>3.1.2</maven-archetype-plugin.version> - <maven-bundle-plugin.version>4.2.1</maven-bundle-plugin.version> + <maven-bundle-plugin.version>5.1.1</maven-bundle-plugin.version> <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> <maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>
