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 2019/05/13 12:12:59 UTC

[syncope] 01/02: Upgrading 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

commit e53ba7bdcb6df7e267022e9a54a1b59ed4e38b16
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon May 13 14:07:51 2019 +0200

    Upgrading maven-jar-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9e04486..2ecc9b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1935,7 +1935,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.1.2</version>
         </plugin>
         
         <plugin>