You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/10/11 01:11:01 UTC

git commit: use javadoc plugin with security fix

Updated Branches:
  refs/heads/master fedf28fde -> 9b5734280


use javadoc plugin with security fix


Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/9b573428
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/9b573428
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/9b573428

Branch: refs/heads/master
Commit: 9b57342801411fbf0f09bb5d03d3fdba37c2f38d
Parents: fedf28f
Author: Olivier Lamy <ol...@apache.org>
Authored: Fri Oct 11 10:10:53 2013 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Fri Oct 11 10:10:53 2013 +1100

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


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/9b573428/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e224f12..3c15526 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,6 +345,11 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.16</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -409,6 +414,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.9.1</version>
             <configuration>
               <linksource>true</linksource>
               <groups>