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 2022/02/01 14:10:25 UTC

[wicket] branch wicket-9.x updated: Update japicmp-maven-plugin to 0.15.5

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new 46eabaa  Update japicmp-maven-plugin to 0.15.5
46eabaa is described below

commit 46eabaa329ab3ae4fe4e1c21bbff37665e643f85
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Jan 31 15:02:04 2022 +0200

    Update japicmp-maven-plugin to 0.15.5
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    (cherry picked from commit 7d9a046f74081ccd0db8326d2c3cebdeab8753fd)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 63dbc24..1988957 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
 		<velocity-engine-core.version>2.3</velocity-engine-core.version>
 
 		<!-- Maven plugins -->
-		<japicmp-maven-plugin.version>0.15.4</japicmp-maven-plugin.version>
+		<japicmp-maven-plugin.version>0.15.5</japicmp-maven-plugin.version>
 		<maven-archetype-plugin.version>3.2.0</maven-archetype-plugin.version>
 		<maven-bundle-plugin.version>5.1.3</maven-bundle-plugin.version>
 		<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>