You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2012/08/23 00:06:49 UTC

git commit: Upgrade to spring 3.0.7 to keep in line

Updated Branches:
  refs/heads/master b8f1169ed -> 7b41718ea


Upgrade to spring 3.0.7 to keep in line


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

Branch: refs/heads/master
Commit: 7b41718ea1fc5ea5aac5011dabd4eac242dcf92a
Parents: b8f1169
Author: Martijn Dashorst <da...@apache.org>
Authored: Thu Aug 23 00:06:24 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Thu Aug 23 00:06:24 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/7b41718e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3bea068..989ba3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<jetty.version>7.6.3.v20120416</jetty.version>
-		<spring.version>3.0.6.RELEASE</spring.version>
+		<spring.version>3.0.7.RELEASE</spring.version>
 		<maven.javadoc.version>2.8.1</maven.javadoc.version>
 		<maven.surefire.version>2.12.2</maven.surefire.version>
 	</properties>