Author: gk
Date: Wed Oct 24 08:17:23 2018
New Revision: 1844730

URL: http://svn.apache.org/viewvc?rev=1844730&view=rev
Log:
- update changes, align with apache 20 

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

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1844730&r1=1844729&r2=1844730&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Wed Oct 24 08:17:23 2018
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>19</version>
+    <version>20</version>
   </parent>
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine-parent</artifactId>
@@ -457,7 +457,6 @@
             <jdk>[1.8,)</jdk>  
         </activation>
         <properties>
-          <turbine.findbugs.version>3.0.3</turbine.findbugs.version>
           <additionalparam>-Xdoclint:none</additionalparam>
         </properties>
     </profile>
@@ -484,9 +483,9 @@
     <turbine.changes.version>2.12.1</turbine.changes.version>   
     <turbine.jxr.version>3.0.0</turbine.jxr.version>
     <turbine.project-info.version>3.0.0</turbine.project-info.version>
-    <turbine.wagon-ssh.version>3.1.0</turbine.wagon-ssh.version>
+    <turbine.wagon-ssh.version>3.2.0</turbine.wagon-ssh.version>
     <turbine.site.version>3.7.1</turbine.site.version>
-    <turbine.findbugs.version>3.0.5</turbine.findbugs.version>
+    <turbine.findbugs.version>3.0.3</turbine.findbugs.version>
 
     <!--
       Encoding of Java source files: Make sure, that the compiler and

Modified: turbine/maven/turbine-parent/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/changes/changes.xml?rev=1844730&r1=1844729&r2=1844730&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/changes/changes.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/changes/changes.xml Wed Oct 24 
08:17:23 2018
@@ -25,6 +25,13 @@
 
   <body>
     <release version="5" date="in SVN">
+      <action dev="gk" type="update" date="2018-10-24">
+         - Update Apache parent POM 20
+      </action>  
+      <action dev="gk" type="update" date="2018-10-22">
+         - Require Java 8
+         Update plugins (align with commons-parent-47), 
+      </action>   
     </release>
     <release version="4" date="2016-12-12">
       <action dev="tv" type="update" date="2016-12-12">


Reply via email to