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 2018/04/10 14:16:49 UTC

[4/5] syncope git commit: Upgrading maven-jar-plugin

Upgrading maven-jar-plugin


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

Branch: refs/heads/2_0_X
Commit: 0189a50fde54b72f3bff00f278b5dabd71c12082
Parents: 253617c
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Apr 10 16:16:16 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Apr 10 16:16:16 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/0189a50f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 609dad8..826f242 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,6 @@ under the License.
     <httpclient.version>4.5.5</httpclient.version>
     <maven-invoker.version>3.0.0</maven-invoker.version>
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
-    <maven-jar-plugin-version>3.0.0</maven-jar-plugin-version>
 
     <tycho.version>0.23.1</tycho.version>
     <netbeans.version>RELEASE82</netbeans.version>
@@ -1850,7 +1849,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>3.0.2</version>
+          <version>3.1.0</version>
         </plugin>
         
         <plugin>