You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2013/07/05 17:47:47 UTC

git commit: WHIRR-735. Update maven-javadoc-plugin to 2.9.1 to fix security bug.

Updated Branches:
  refs/heads/branch-0.8 92bf3b44f -> a0aabb7a8


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/a0aabb7a
Tree: http://git-wip-us.apache.org/repos/asf/whirr/tree/a0aabb7a
Diff: http://git-wip-us.apache.org/repos/asf/whirr/diff/a0aabb7a

Branch: refs/heads/branch-0.8
Commit: a0aabb7a857be61f3bb80a25fbfbe0e08be57f44
Parents: 92bf3b4
Author: Tom White <to...@apache.org>
Authored: Fri Jul 5 16:46:47 2013 +0100
Committer: Tom White <to...@apache.org>
Committed: Fri Jul 5 16:47:32 2013 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/whirr/blob/a0aabb7a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b18531f..97ee9e7 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>