Repository: wicket Updated Branches: refs/heads/master 1ddc38d60 -> 611296b71
Update maven-resources-plugin and archetype-packaging extension Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/611296b7 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/611296b7 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/611296b7 Branch: refs/heads/master Commit: 611296b7126a3a3e3c2d88d18821994f8a1ad8d4 Parents: 1ddc38d Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Jan 31 20:34:26 2017 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Jan 31 20:34:26 2017 +0100 ---------------------------------------------------------------------- archetypes/quickstart/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/611296b7/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index d46dba5..88d858f 100644 --- a/archetypes/quickstart/pom.xml +++ b/archetypes/quickstart/pom.xml @@ -40,7 +40,7 @@ <extension> <groupId>org.apache.maven.archetype</groupId> <artifactId>archetype-packaging</artifactId> - <version>2.2</version> + <version>2.4</version> </extension> </extensions> <plugins> http://git-wip-us.apache.org/repos/asf/wicket/blob/611296b7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d6bfe3..901316f 100644 --- a/pom.xml +++ b/pom.xml @@ -885,7 +885,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.7</version> + <version>3.0.2</version> <configuration> <encoding>${project.build.sourceEncoding}</encoding> </configuration>
