Updated Branches: refs/heads/trunk 7580b67fc -> 5006acac0
WHIRR-735. Update maven-javadoc-plugin to 2.9.1 to fix security bug. Project: http://git-wip-us.apache.org/repos/asf/whirr/repo Commit: http://git-wip-us.apache.org/repos/asf/whirr/commit/5006acac Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/5006acac Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/5006acac Branch: refs/heads/trunk Commit: 5006acac075e7eebea20f2a5a3f57b243ba30a45 Parents: 7580b67 Author: Tom White <tomwh...@apache.org> Authored: Fri Jul 5 16:46:47 2013 +0100 Committer: Tom White <tomwh...@apache.org> Committed: Fri Jul 5 16:46:47 2013 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/whirr/blob/5006acac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6150677..b03a6ea 100644 --- a/pom.xml +++ b/pom.xml @@ -496,7 +496,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.8.1</version> + <version>2.9.1</version> <configuration> <encoding>${project.build.sourceEncoding}</encoding> <quiet>true</quiet> @@ -598,7 +598,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.8</version> + <version>2.9.1</version> <configuration> <excludePackageNames>org.jclouds.*</excludePackageNames> </configuration>