Repository: wicket Updated Branches: refs/heads/wicket-7.x 0918ec027 -> 928a15a59
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/928a15a5 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/928a15a5 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/928a15a5 Branch: refs/heads/wicket-7.x Commit: 928a15a596b95c2475c6cef1f456b2eabf601051 Parents: 0918ec0 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 21:17:21 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/928a15a5/archetypes/quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/quickstart/pom.xml b/archetypes/quickstart/pom.xml index 9966b00..8900381 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/928a15a5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e2c0505..6bbf9f8 100644 --- a/pom.xml +++ b/pom.xml @@ -878,7 +878,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>
