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 2020/07/15 13:46:05 UTC

[wicket] branch master updated (5601e59 -> c32afb1)

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

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 5601e59  Start next development version
     new eeee44d  Bump maven-bundle-plugin to 5.1.1
     new c32afb1  Bump maven-war-plugin to 3.3.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[wicket] 01/02: Bump maven-bundle-plugin to 5.1.1

Posted by mg...@apache.org.
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 <mg...@apache.org>
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>


[wicket] 02/02: Bump maven-war-plugin to 3.3.1

Posted by mg...@apache.org.
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 c32afb16347ae56e777dc91f1de42b1658d4f327
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Jul 15 16:45:27 2020 +0300

    Bump maven-war-plugin to 3.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9e74f79..47ab7d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
 		<maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
 		<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
 		<maven-toolchains-plugin.version>3.0.0</maven-toolchains-plugin.version>
-		<maven-war-plugin.version>3.3.0</maven-war-plugin.version>
+		<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
 		<yuicompressor-maven-plugin.version>1.5.1</yuicompressor-maven-plugin.version>
 
 		<automatic-module-name>MUST-BE-OVERRIDDEN-BY-MODULES</automatic-module-name>