You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/03/02 03:10:19 UTC

svn commit: r632697 - /myfaces/tomahawk/branches/1_2_0/core/pom.xml

Author: lu4242
Date: Sat Mar  1 18:10:19 2008
New Revision: 632697

URL: http://svn.apache.org/viewvc?rev=632697&view=rev
Log:
updated javadoc plugin to 2.3 (fix error some classes not generated)

Modified:
    myfaces/tomahawk/branches/1_2_0/core/pom.xml

Modified: myfaces/tomahawk/branches/1_2_0/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/core/pom.xml?rev=632697&r1=632696&r2=632697&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/core/pom.xml (original)
+++ myfaces/tomahawk/branches/1_2_0/core/pom.xml Sat Mar  1 18:10:19 2008
@@ -431,7 +431,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.0-beta-3</version>
+        <version>2.3</version>
       </plugin>
 
       <plugin>