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/7957658e Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/7957658e Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/7957658e Branch: refs/heads/build/wicket-7.0.0-M6 Commit: 7957658ee85a17b1e5d226efdbec44eba19dcbdd Parents: 9c377b8 Author: Martijn Dashorst <[email protected]> Authored: Tue Jun 16 16:18:16 2015 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Tue Jun 16 16:18:16 2015 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/7957658e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 83f40c6..a89af95 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> @@ -690,7 +690,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> @@ -807,7 +807,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>
