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/01/12 14:50:10 UTC

[06/11] syncope git commit: Some Maven plugins update

Some Maven plugins update


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

Branch: refs/heads/master
Commit: ab371b96d16a8548fe41e88466311b58a8aa327e
Parents: 7edb7ab
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Jan 12 14:49:12 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Jan 12 14:49:12 2015 +0100

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/ab371b96/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f4d3eca..d61f82f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1092,7 +1092,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.6</version>
           <configuration>
             <attachClasses>true</attachClasses>
           </configuration>
@@ -1128,7 +1128,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.8</version>
+          <version>2.9</version>
           <configuration>
             <outputDirectory>${bundles.directory}</outputDirectory>
             <artifactItems>
@@ -1538,7 +1538,7 @@ under the License.
                 <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-project-info-reports-plugin</artifactId>
-                  <version>2.7</version>
+                  <version>2.8</version>
                   <configuration>
                     <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>