Repository: wicket Updated Branches: refs/heads/master 47aa1461d -> e296e3654
Fix the placeholder for Jetty version in the quickstart Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e296e365 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e296e365 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e296e365 Branch: refs/heads/master Commit: e296e36543124a7db955f541b15670fc8bac59fc Parents: 47aa146 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu May 11 21:24:23 2017 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu May 11 21:24:23 2017 +0200 ---------------------------------------------------------------------- .../quickstart/src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/e296e365/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 38ce480..20c3fa6 100644 --- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -95,7 +95,7 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jmx</artifactId> - <version>${jetty.version}</version> + <version>${jetty9.version}</version> <scope>test</scope> </dependency>
