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:12 UTC

[syncope] branch 2_1_X 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 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


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

commit ca9ff790811c30176eb57945f2d25f03a918c8e7
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 10 06:46:46 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 c8bbded..c68d6bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1906,7 +1906,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>
@@ -1991,7 +1991,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>