You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2016/11/17 19:18:07 UTC

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

Author: tv
Date: Thu Nov 17 19:18:07 2016
New Revision: 1770261

URL: http://svn.apache.org/viewvc?rev=1770261&view=rev
Log:
Update parent POM and use plugin versions defined there. Update several plugin version properties

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=1770261&r1=1770260&r2=1770261&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Thu Nov 17 19:18:07 2016
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>17</version>
+    <version>18</version>
   </parent>
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine-parent</artifactId>
@@ -80,7 +80,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.3</version>
           <configuration>
             <source>${maven.compiler.source}</source>
             <target>${maven.compiler.target}</target>
@@ -115,7 +114,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>2.7</version>
           <configuration>
             <encoding>${turbine.resourceEncoding}</encoding>
           </configuration>
@@ -133,7 +131,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
-          <version>2.4</version>
           <configuration>
             <archive>
               <manifest>
@@ -289,7 +286,7 @@
           <!--linkXref>true</linkXref-->
           <targetJdk>${maven.compile.source}</targetJdk>
           <rulesets>
-          <!-- comment default rule sets: basic, impors, unusedcode -->
+          <!-- comment default rule sets: basic, imports, unusedcode -->
             <ruleset>/rulesets/java/basic.xml</ruleset>
             <ruleset>/rulesets/java/finalizers.xml</ruleset>
             <ruleset>/rulesets/java/imports.xml</ruleset>
@@ -447,14 +444,14 @@
     <turbine.surefire.java>${JAVA_HOME}/bin/java</turbine.surefire.java>
 
     <!-- Plugin versions (allows same value in reporting and build sections) -->
-    <turbine.surefire.version>2.18.1</turbine.surefire.version>
-    <turbine.surefire-report.version>2.18.1</turbine.surefire-report.version>
-    <turbine.javadoc.version>2.10.3</turbine.javadoc.version>
-    <turbine.rat.version>0.11</turbine.rat.version>
-    <turbine.changes.version>2.11</turbine.changes.version>   
+    <turbine.surefire.version>2.19.1</turbine.surefire.version>
+    <turbine.surefire-report.version>2.19.1</turbine.surefire-report.version>
+    <turbine.javadoc.version>2.10.4</turbine.javadoc.version>
+    <turbine.rat.version>0.12</turbine.rat.version>
+    <turbine.changes.version>2.12</turbine.changes.version>   
     <turbine.jxr.version>2.5</turbine.jxr.version>
-    <turbine.project-info.version>2.8</turbine.project-info.version>
-    <turbine.wagon-ssh.version>2.8</turbine.wagon-ssh.version>
+    <turbine.project-info.version>2.9</turbine.project-info.version>
+    <turbine.wagon-ssh.version>2.10</turbine.wagon-ssh.version>
     <turbine.site.version>3.4</turbine.site.version>
 
     <!--