Thanks Rob! Gary
On Tue, Mar 6, 2018, 10:32 <chtom...@apache.org> wrote: > Author: chtompki > Date: Tue Mar 6 17:32:18 2018 > New Revision: 1826005 > > URL: http://svn.apache.org/viewvc?rev=1826005&view=rev > Log: > Updating changes and RELEASE-NOTES.txt > > Modified: > commons/proper/commons-parent/trunk/RELEASE-NOTES.txt > commons/proper/commons-parent/trunk/src/changes/changes.xml > > Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt > URL: > http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1826005&r1=1826004&r2=1826005&view=diff > > ============================================================================== > --- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original) > +++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Tue Mar 6 > 17:32:18 2018 > @@ -22,6 +22,8 @@ o maven-enforcer-plugin set version to 3 > o jacoco-maven-plugin 0.7.9 -> 0.8.0. > o Fix japicmp config: add to reporting section and define > ignoreMissingNewVersion explicitly > o org.apache:apache 18 -> 19 > +o maven-surefire-plugin 2.20.1 -> 2.21.0 > +o maven-failsafe-plugin 2.20.1 -> 2.21.0 > > > Historical list of changes: > http://commons.apache.org/commons-parent-pom.htmlchanges-report.html > > Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml > URL: > http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1826005&r1=1826004&r2=1826005&view=diff > > ============================================================================== > --- commons/proper/commons-parent/trunk/src/changes/changes.xml (original) > +++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Mar 6 > 17:32:18 2018 > @@ -69,6 +69,8 @@ The <action> type attribute can be add,u > <action type="update">org.apache:apache 18 -> 19</action> > <action type="add">COMMONSSITE-105: Add > commons-release-plugin version 1.1</action> > <action type="add">COMMONSSITE-106: Add spotbugs-maven-plugin > version 3.1.3</action> > + <action type="update">maven-surefire-plugin 2.20.1 -> > 2.21.0</action> > + <action type="update">maven-failsafe-plugin 2.20.1 -> > 2.21.0</action> > </release> > > <release version="43" date="2018-01-02" description="Updates > plugins and generally requires Java 7."> > > >