You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2022/01/10 05:49:15 UTC

[syncope] branch master updated: Upgrading build-helper-maven-plugin and maven-jar-plugin

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new c83cc68  Upgrading build-helper-maven-plugin and maven-jar-plugin
c83cc68 is described below

commit c83cc6833eb647672f5d55125c517d25f7a24cc7
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 10 06:46:19 2022 +0100

    Upgrading build-helper-maven-plugin and maven-jar-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cbde1b8..261eb67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2000,7 +2000,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
         </plugin>
 
         <plugin>
@@ -2107,7 +2107,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.2.1</version>
         </plugin>
 
         <plugin>