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/1_2_X Commit: 81b7ab4be5ec6e7afbe8b08452f30074869f5be0 Parents: f94de51 Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Mar 26 15:22:47 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> 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>
