You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2012/05/17 20:40:14 UTC

[1/2] git commit: Upgrade of maven plugins

Updated Branches:
  refs/heads/master 11037c4d6 -> f71cc7445


Upgrade of maven plugins


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

Branch: refs/heads/master
Commit: f71cc744532aa4097e3f2f6a485cd36fb03284c4
Parents: d64a24c
Author: Martijn Dashorst <da...@apache.org>
Authored: Thu May 10 13:07:28 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Thu May 17 20:39:53 2012 +0200

----------------------------------------------------------------------
 pom.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f71cc744/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7fbff65..d6c1169 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<jetty.version>7.6.3.v20120416</jetty.version>
 		<spring.version>3.0.6.RELEASE</spring.version>
-		<maven.javadoc.version>2.8</maven.javadoc.version>
+		<maven.javadoc.version>2.8.1</maven.javadoc.version>
 		<maven.surefire.version>2.11</maven.surefire.version>
 	</properties>
 	<modules>
@@ -572,7 +572,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2.1</version>
+					<version>2.3</version>
 					<configuration>
 						<appendAssemblyId>false</appendAssemblyId>
 						<tarLongFileMode>gnu</tarLongFileMode>
@@ -598,7 +598,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>
@@ -620,7 +620,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-war-plugin</artifactId>
-					<version>2.1.1</version>
+					<version>2.2</version>
 					<configuration>
 						<warName>${project.artifactId}</warName>
 					</configuration>
@@ -628,7 +628,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.3.2</version>
+					<version>2.4</version>
 					<configuration>
 						<useDefaultManifestFile>true</useDefaultManifestFile>
 						<archive>
@@ -666,7 +666,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-site-plugin</artifactId>
-					<version>2.1.1</version>
+					<version>3.1</version>
 				</plugin>
 				<plugin>
 					<inherited>true</inherited>
@@ -758,7 +758,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-archetype-plugin</artifactId>
-					<version>2.0</version>
+					<version>2.2</version>
 				</plugin>
 				<plugin>
 					<groupId>net.alchim31.maven</groupId>