more plugins upgrade
Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/e7667833 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/e7667833 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/e7667833 Branch: refs/heads/master Commit: e7667833d73d6f7c3d1afbfcf31d2f22440f7b79 Parents: f3b4933 Author: Olivier Lamy <[email protected]> Authored: Tue Mar 24 22:10:42 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Tue Mar 24 22:10:42 2015 +1100 ---------------------------------------------------------------------- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/e7667833/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 865dc10..a7678a2 100644 --- a/pom.xml +++ b/pom.xml @@ -321,6 +321,7 @@ under the License. <SKIP_INTEGRATION_TESTS>true</SKIP_INTEGRATION_TESTS> <!-- Configuration for unit/integration tests section 1 of 3 (properties) ENDS HERE.--> + <javadoc.plugin.version>2.10.2</javadoc.plugin.version> </properties> <distributionManagement> @@ -441,7 +442,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.10.2</version> + <version>${javadoc.plugin.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -607,7 +608,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> - <version>2.3</version> + <version>2.5</version> <configuration> <aggregate>true</aggregate> </configuration> @@ -615,12 +616,12 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.7</version> + <version>2.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9</version> + <version>${javadoc.plugin.version}</version> <inherited>false</inherited> <reportSets> <reportSet>
