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 2016/12/12 07:30:45 UTC

syncope git commit: Upgrading the maven-resources-plugin

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 2ff2ec42a -> a124fbe78


Upgrading the maven-resources-plugin


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

Branch: refs/heads/1_2_X
Commit: a124fbe78272810e4ab7720599d3231f8bd19d81
Parents: 2ff2ec4
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Dec 12 08:30:40 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Dec 12 08:30:40 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/a124fbe7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2bf62b2..29a3d26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1036,7 +1036,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.0.2</version>
           <configuration>
             <useDefaultDelimiters>false</useDefaultDelimiters>
             <delimiters>
@@ -1443,7 +1443,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.0.2</version>
         <executions>
           <execution>
             <id>copy-javadoc-legal-files</id>