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 2014/04/18 23:24:46 UTC

[3/4] git commit: Upgrade maven plugins

Upgrade maven plugins


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

Branch: refs/heads/master
Commit: d72f3c200cfe455187f126f92c3749409bce89c1
Parents: 1197fc3
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Apr 18 23:18:20 2014 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Apr 18 23:18:20 2014 +0200

----------------------------------------------------------------------
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d72f3c20/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index addd72b..5c1fee6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 		<spring.version>4.0.3.RELEASE</spring.version>
 		<servlet-api.version>3.0.1</servlet-api.version>
 		<maven.javadoc.version>2.9.1</maven.javadoc.version>
-		<maven.surefire.version>2.12.2</maven.surefire.version>
+		<maven.surefire.version>2.17</maven.surefire.version>
 		<mockito.version>1.9.5</mockito.version>
 		<slf4j.version>1.7.6</slf4j.version>
 		<hamcrest.version>1.3</hamcrest.version>
@@ -647,12 +647,12 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-install-plugin</artifactId>
-					<version>2.4</version>
+					<version>2.5.1</version>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-release-plugin</artifactId>
-					<version>2.4.1</version>
+					<version>2.5</version>
 					<inherited>true</inherited>
 					<configuration>
 						<pushChanges>false</pushChanges>
@@ -670,7 +670,7 @@
 						<dependency> <!-- remove me when maven-resources-plugin upgrades to plexus-utils:3.0.7 -->
 						  <groupId>org.codehaus.plexus</groupId>
 						  <artifactId>plexus-utils</artifactId>
-						  <version>3.0.7</version>
+						  <version>3.0.17</version>
 						</dependency>
 					</dependencies>
 				</plugin>
@@ -700,7 +700,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-gpg-plugin</artifactId>
-					<version>1.4</version>
+					<version>1.5</version>
 					<executions>
 						<execution>
 							<id>sign-artifacts</id>
@@ -714,7 +714,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-war-plugin</artifactId>
-					<version>2.3</version>
+					<version>2.4</version>
 					<configuration>
 						<warName>${project.artifactId}</warName>
 					</configuration>
@@ -759,7 +759,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-site-plugin</artifactId>
-					<version>3.2</version>
+					<version>3.3</version>
 				</plugin>
 				<plugin>
 					<inherited>true</inherited>
@@ -811,7 +811,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-remote-resources-plugin</artifactId>
-					<version>1.4</version>
+					<version>1.5</version>
 					<executions>
 						<execution>
 							<goals>