You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/05/29 22:54:45 UTC

git commit: Upgrade Jetty and Spring dependencies

Updated Branches:
  refs/heads/master 936ad6a5c -> 603b2f587


Upgrade Jetty and Spring dependencies


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

Branch: refs/heads/master
Commit: 603b2f587c44c82b0bd25131e0199e7eed2d2ef1
Parents: 936ad6a
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed May 29 23:54:21 2013 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed May 29 23:54:21 2013 +0300

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml |    2 +-
 pom.xml                                            |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/603b2f58/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index e9ece3b..b53742e 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -43,7 +43,7 @@
 	</licenses>
 	<properties>
 		<wicket.version>6.8.0-SNAPSHOT</wicket.version>
-		<jetty.version>8.1.10.v20130312</jetty.version>
+		<jetty.version>8.1.11.v20130520</jetty.version>
 		<slf4j.version>1.7.5</slf4j.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 	</properties>

http://git-wip-us.apache.org/repos/asf/wicket/blob/603b2f58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 18155cd..45b0221 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,9 +30,9 @@
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<mvn.build.java.version>1.7</mvn.build.java.version>
-		<jetty.version>8.1.10.v20130312</jetty.version>
-		<jetty9.version>9.0.2.v20130417</jetty9.version>
-		<spring.version>3.2.2.RELEASE</spring.version>
+		<jetty.version>8.1.11.v20130520</jetty.version>
+		<jetty9.version>9.0.3.v20130506</jetty9.version>
+		<spring.version>3.2.3.RELEASE</spring.version>
 		<servlet-api.version>3.0.1</servlet-api.version>
 		<maven.javadoc.version>2.8.1</maven.javadoc.version>
 		<maven.surefire.version>2.12.2</maven.surefire.version>