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/03/26 15:27:22 UTC

[2/4] syncope git commit: Upgrading Spring and exec maven plugin

Upgrading Spring and exec maven plugin


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

Branch: refs/heads/master
Commit: 81b7ab4be5ec6e7afbe8b08452f30074869f5be0
Parents: f94de51
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Mar 26 15:22:47 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Mar 26 15:22:47 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/81b7ab4b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d2128a2..e2396f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@ under the License.
 
     <cxf.version>3.0.4</cxf.version>	
     <spring.version>4.0.9.RELEASE</spring.version>
-    <spring-security.version>3.2.6.RELEASE</spring-security.version>
+    <spring-security.version>3.2.7.RELEASE</spring-security.version>
     <jackson.version>2.4.5</jackson.version>
     <velocity.version>1.7</velocity.version>
     <velocitytools.version>2.0</velocitytools.version>
@@ -1065,7 +1065,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
-          <version>1.3.2</version>
+          <version>1.4.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.openjpa</groupId>