You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2020/04/30 12:40:16 UTC

svn commit: r1877199 - /turbine/maven/turbine-parent/trunk/pom.xml

Author: gk
Date: Thu Apr 30 12:40:16 2020
New Revision: 1877199

URL: http://svn.apache.org/viewvc?rev=1877199&view=rev
Log:
- define to consistent maven-site-plugin version as later
- update javadoc plugin (java 8 fix)
- update pmd plugin minor, compiler patch version

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1877199&r1=1877198&r2=1877199&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Apr 30 12:40:16 2020
@@ -139,6 +139,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+          <version>${turbine.site.version}</version>
           <configuration>
             <!-- don't deploy site with maven-site-plugin -->
             <skipDeploy>true</skipDeploy>
@@ -289,7 +290,7 @@
         <!-- generate the PMD reports -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.12.0</version>
+        <version>3.13.0</version>
         <configuration>
           <minimumTokens>200</minimumTokens>
           <!--linkXref>true</linkXref-->
@@ -543,10 +544,10 @@
     <turbine.surefire.java>${JAVA_HOME}/bin/java</turbine.surefire.java>
 
     <!-- Plugin versions (allows same value in reporting and build sections) -->
-    <turbine.compiler.version>3.8.0</turbine.compiler.version>   
+    <turbine.compiler.version>3.8.1</turbine.compiler.version>   
     <turbine.surefire.version>3.0.0-M3</turbine.surefire.version>
     <turbine.surefire-report.version>3.0.0-M3</turbine.surefire-report.version>
-    <turbine.javadoc.version>3.1.1</turbine.javadoc.version>
+    <turbine.javadoc.version>3.2.0</turbine.javadoc.version>
     <turbine.rat.version>0.13</turbine.rat.version>
     <turbine.changes.version>2.12.1</turbine.changes.version>   
     <turbine.jxr.version>3.0.0</turbine.jxr.version>