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/01/03 06:23:33 UTC

[syncope] branch 2_0_X updated: Upgrading maven-assembly-plugin

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

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 081426d  Upgrading maven-assembly-plugin
081426d is described below

commit 081426d1498dbe2dc7885dd154d768484ea1707e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jan 3 07:22:54 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 9d3de14..148149a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2054,7 +2054,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.1.1</version>
         </plugin>
 
         <plugin>