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/08/08 13:42:19 UTC

git commit: Upgrade Jetty to 8.1.12 and Spring to 3.2.4

Updated Branches:
  refs/heads/master 30345bf3d -> 2e2c4ba69


Upgrade Jetty to 8.1.12 and Spring to 3.2.4


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

Branch: refs/heads/master
Commit: 2e2c4ba69d44a9471e80c337fb234ea52655aac5
Parents: 30345bf
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Aug 8 13:41:46 2013 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Aug 8 13:41:46 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/2e2c4ba6/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 594c990..21da03e 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>7.0.0-SNAPSHOT</wicket.version>
-		<jetty.version>8.1.11.v20130520</jetty.version>
+		<jetty.version>8.1.12.v20130726</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/2e2c4ba6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c912bf9..9dd4884 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.11.v20130520</jetty.version>
+		<jetty.version>8.1.12.v20130726</jetty.version>
 		<jetty9.version>9.0.4.v20130625</jetty9.version>
-		<spring.version>3.2.3.RELEASE</spring.version>
+		<spring.version>3.2.4.RELEASE</spring.version>
 		<servlet-api.version>3.0.1</servlet-api.version>
 		<maven.javadoc.version>2.9.1</maven.javadoc.version>
 		<maven.surefire.version>2.12.2</maven.surefire.version>