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 2015/06/24 14:58:22 UTC

[16/50] [abbrv] wicket git commit: Upgraded versions of plugins

Upgraded versions of plugins


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

Branch: refs/heads/master
Commit: bdbb24a1349f2b09c8f02ffbc3952848cbc72f52
Parents: 2fe11cc
Author: Martijn Dashorst <da...@apache.org>
Authored: Tue Jun 16 16:18:16 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Jun 24 14:56:33 2015 +0300

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/bdbb24a1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ac3fd2c..b5a1d3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
 		<junit.version>4.12</junit.version>
 		<spring.version>4.1.6.RELEASE</spring.version>
 		<servlet-api.version>3.0.1</servlet-api.version>
-		<maven.javadoc.version>2.10.2</maven.javadoc.version>
+		<maven.javadoc.version>2.10.3</maven.javadoc.version>
 		<maven.surefire.version>2.18</maven.surefire.version>
 		<mockito.version>1.10.16</mockito.version>
 		<slf4j.version>1.7.12</slf4j.version>
@@ -695,7 +695,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-deploy-plugin</artifactId>
-					<version>2.8.1</version>
+					<version>2.8.2</version>
 					<configuration>
 						<retryFailedDeploymentCount>10</retryFailedDeploymentCount>
 					</configuration>
@@ -812,7 +812,7 @@
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-release-plugin</artifactId>
-					<version>2.5</version>
+					<version>2.5.2</version>
 					<inherited>true</inherited>
 					<configuration>
 						<pushChanges>false</pushChanges>