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 2015/06/15 08:23:15 UTC

syncope git commit: Upgrading the Maven shade plugin

Repository: syncope
Updated Branches:
  refs/heads/master d8927ef4c -> fe05db2fa


Upgrading the Maven shade plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/fe05db2f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/fe05db2f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/fe05db2f

Branch: refs/heads/master
Commit: fe05db2fadb1e8ff2bc7057d1b9cac0611bd3e72
Parents: d8927ef
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Jun 15 08:23:03 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Jun 15 08:23:03 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/fe05db2f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 54baff8..b737146 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1246,7 +1246,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.4</version>
         </plugin>
         
         <plugin>