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/06/30 15:49:05 UTC

svn commit: r1498121 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: olamy
Date: Sun Jun 30 13:49:04 2013
New Revision: 1498121

URL: http://svn.apache.org/r1498121
Log:
javadoc plugin 2.9.1

Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1498121&r1=1498120&r2=1498121&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sun Jun 30 13:49:04 2013
@@ -214,6 +214,12 @@ under the License.
           </systemPropertyVariables>
         </configuration>
       </plugin>
+      <!-- TO remove when parent upgrade -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+      </plugin>
     </plugins>
   </build>
 
@@ -224,6 +230,12 @@ under the License.
         <artifactId>maven-plugin-plugin</artifactId>
         <version>${mavenPluginPluginVersion}</version>
       </plugin>
+      <!-- TO remove when parent upgrade -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+      </plugin>
     </plugins>
   </reporting>