You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/12/14 20:11:37 UTC

[wicket] branch master updated: Bump maven-bundle-plugin to 5.1.3

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


The following commit(s) were added to refs/heads/master by this push:
     new 0ad7549  Bump maven-bundle-plugin to 5.1.3
0ad7549 is described below

commit 0ad7549b5d9b5ec37c03e4014f9ddc393c8d5e7c
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Dec 14 22:11:08 2021 +0200

    Bump maven-bundle-plugin to 5.1.3
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f185567..5dec096 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
 		<!-- Maven plugins -->
 		<japicmp-maven-plugin.version>0.15.4</japicmp-maven-plugin.version>
 		<maven-archetype-plugin.version>3.2.0</maven-archetype-plugin.version>
-		<maven-bundle-plugin.version>5.1.2</maven-bundle-plugin.version>
+		<maven-bundle-plugin.version>5.1.3</maven-bundle-plugin.version>
 		<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
 		<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
 		<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>