Author: doogie
Date: Fri Apr 24 18:02:50 2015
New Revision: 1675911

URL: http://svn.apache.org/r1675911
Log:
Maven's reporting doesn't use build.pluginManagement, so we need to
hard-code the version used.

Modified:
    ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml

Modified: ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml?rev=1675911&r1=1675910&r2=1675911&view=diff
==============================================================================
--- ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml (original)
+++ ofbiz/branches/OFBIZ-6271/ofbiz-component-pom.xml Fri Apr 24 18:02:50 2015
@@ -408,6 +408,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.10.3</version>
         <reportSets>
           <reportSet>
             <id>non-aggregate</id>


Reply via email to