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 2012/06/18 11:54:37 UTC

git commit: Update plugin versions.

Updated Branches:
  refs/heads/master 4d78d9203 -> 0336897c1


Update plugin versions.


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

Branch: refs/heads/master
Commit: 0336897c1c75916050b1f6274b47c60c4064eb25
Parents: 4d78d92
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Jun 18 12:54:13 2012 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Jun 18 12:54:13 2012 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/0336897c/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 ca061d1..92b96a0 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -127,7 +127,7 @@
 				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.3.2</version>
+				<version>2.5.1</version>
 				<configuration>
 					<source>1.6</source>
 					<target>1.6</target>
@@ -159,7 +159,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-eclipse-plugin</artifactId>
-				<version>2.8</version>
+				<version>2.9</version>
 				<configuration>
 					<downloadSources>true</downloadSources>
 				</configuration>