Update dependencies: Spring -> 4.1.5 Jetty 9 -> 9.2.8 Jacoco -> 0.7.3
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d7524071 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d7524071 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d7524071 Branch: refs/heads/pr-86-media_tags Commit: d7524071749f79a7a47ba572e38cd6b5c73c4dbd Parents: 91e1547 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sun Feb 22 15:24:53 2015 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sun Feb 22 15:24:53 2015 +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/d7524071/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 1e41b1d..88e6afb 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> - <jetty9.version>9.2.6.v20141205</jetty9.version> + <jetty9.version>9.2.8.v20150217</jetty9.version> <log4j.version>2.1</log4j.version> <junit.version>4.12</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> http://git-wip-us.apache.org/repos/asf/wicket/blob/d7524071/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 48e17f0..f55eded 100644 --- a/pom.xml +++ b/pom.xml @@ -115,11 +115,11 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <mvn.build.java.version>1.7</mvn.build.java.version> - <jacoco.version>0.7.1.201405082137</jacoco.version> + <jacoco.version>0.7.3.201502191951</jacoco.version> <jetty.version>8.1.16.v20140903</jetty.version> <jetty9.version>9.0.7.v20131107</jetty9.version> <junit.version>4.12</junit.version> - <spring.version>4.1.4.RELEASE</spring.version> + <spring.version>4.1.5.RELEASE</spring.version> <servlet-api.version>3.0.1</servlet-api.version> <maven.javadoc.version>2.10.1</maven.javadoc.version> <maven.surefire.version>2.18</maven.surefire.version>
