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 2011/08/11 06:10:47 UTC

svn commit: r1156469 - /myfaces/core/branches/2.0.x/shared/pom.xml

Author: lu4242
Date: Thu Aug 11 04:10:47 2011
New Revision: 1156469

URL: http://svn.apache.org/viewvc?rev=1156469&view=rev
Log:
small fix on javadoc report version

Modified:
    myfaces/core/branches/2.0.x/shared/pom.xml

Modified: myfaces/core/branches/2.0.x/shared/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/shared/pom.xml?rev=1156469&r1=1156468&r2=1156469&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/shared/pom.xml (original)
+++ myfaces/core/branches/2.0.x/shared/pom.xml Thu Aug 11 04:10:47 2011
@@ -212,7 +212,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.0</version>
+        <version>2.3</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>