Updated Branches:
  refs/heads/build/wicket-1.4.22 261c71ca8 -> ee8a3dc16


Upgrade maven-javadoc-plugin.

Version 2.9.1 contains fix for Javadoc vulnerability (CVE-2013-1571 [1], 
VU#225657 [2])
See http://markmail.org/message/3smkmpyvx4i4kphw


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

Branch: refs/heads/build/wicket-1.4.22
Commit: e6d1408511e224b8616a95cfc6dfc3fa0c5fdf63
Parents: 9dfd99a
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Mon Jul 1 16:14:39 2013 +0300
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Mon Jul 1 16:15:26 2013 +0300

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/e6d14085/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 418b558..8809c87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,6 +130,7 @@
                                        <plugin>
                                                
<groupId>org.apache.maven.plugins</groupId>
                                                
<artifactId>maven-javadoc-plugin</artifactId>
+                                               <version>2.9.1</version>
                                                <inherited>true</inherited>
                                        </plugin>
                                        <plugin>
@@ -197,6 +198,7 @@
                                        <plugin>
                                                
<groupId>org.apache.maven.plugins</groupId>
                                                
<artifactId>maven-javadoc-plugin</artifactId>
+                                               <version>2.9.1</version>
                                                <inherited>true</inherited>
                                                <configuration>
                                                        
<aggregate>true</aggregate>
@@ -789,7 +791,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-javadoc-plugin</artifactId>
-                                       <version>2.7</version>
+                                       <version>2.9.1</version>
                                        <configuration>
                                                <minmemory>128m</minmemory>
                                                <maxmemory>256m</maxmemory>
@@ -913,7 +915,7 @@
                                <inherited>true</inherited>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
-                               <version>2.7</version>
+                               <version>2.9.1</version>
                        </plugin>
                </plugins>
        </reporting>

Reply via email to