You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/04/12 18:33:01 UTC

svn commit: r1791173 - in /maven/enforcer/trunk: pom.xml src/site/site.xml

Author: khmarbaise
Date: Wed Apr 12 18:33:01 2017
New Revision: 1791173

URL: http://svn.apache.org/viewvc?rev=1791173&view=rev
Log:
[MENFORCER-265] Get site generation working

Modified:
    maven/enforcer/trunk/pom.xml
    maven/enforcer/trunk/src/site/site.xml

Modified: maven/enforcer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1791173&r1=1791172&r2=1791173&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Wed Apr 12 18:33:01 2017
@@ -195,7 +195,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.9.1</version>
         <configuration>
           <linksource>true</linksource>
           <notimestamp>true</notimestamp>

Modified: maven/enforcer/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/src/site/site.xml?rev=1791173&r1=1791172&r2=1791173&view=diff
==============================================================================
--- maven/enforcer/trunk/src/site/site.xml (original)
+++ maven/enforcer/trunk/src/site/site.xml Wed Apr 12 18:33:01 2017
@@ -30,7 +30,7 @@ under the License.
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.4</version>
+    <version>1.6</version>
   </skin>
 
   <custom>