You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/05/10 08:15:13 UTC

svn commit: r1101326 - /myfaces/tobago/branches/tobago-1.0.x/pom.xml

Author: bommel
Date: Tue May 10 06:15:12 2011
New Revision: 1101326

URL: http://svn.apache.org/viewvc?rev=1101326&view=rev
Log:
update javadoc plugin

Modified:
    myfaces/tobago/branches/tobago-1.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/pom.xml?rev=1101326&r1=1101325&r2=1101326&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/pom.xml Tue May 10 06:15:12 2011
@@ -172,7 +172,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.8</version>
         <configuration>
           <!--aggregate>true</aggregate-->
           <linksource>true</linksource>
@@ -939,7 +939,7 @@
           </plugin>
           <plugin>
             <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.2</version>
+            <version>2.8</version>
             <executions>
               <execution>
                 <id>attach-javadocs</id>