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:11:01 UTC

svn commit: r1156470 - /myfaces/core/trunk/shared/pom.xml

Author: lu4242
Date: Thu Aug 11 04:11:01 2011
New Revision: 1156470

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

Modified:
    myfaces/core/trunk/shared/pom.xml

Modified: myfaces/core/trunk/shared/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/shared/pom.xml?rev=1156470&r1=1156469&r2=1156470&view=diff
==============================================================================
--- myfaces/core/trunk/shared/pom.xml (original)
+++ myfaces/core/trunk/shared/pom.xml Thu Aug 11 04:11:01 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>