Merge branch 'pr-428'

This closes #428
This commit is contained in:
Bruno P. Kinoshita 2020-06-16 14:15:50 +12:00
commit 8a2d7afd9f
2 changed files with 2 additions and 3 deletions

View File

@ -662,8 +662,6 @@
<configuration> <configuration>
<source>${maven.compiler.source}</source> <source>${maven.compiler.source}</source>
<quiet>true</quiet> <quiet>true</quiet>
<encoding>utf-8</encoding>
<docEncoding>utf-8</docEncoding>
<notimestamp>true</notimestamp> <notimestamp>true</notimestamp>
<links> <links>
<link>https://docs.oracle.com/javase/8/docs/api/</link> <link>https://docs.oracle.com/javase/8/docs/api/</link>

View File

@ -46,7 +46,8 @@ The <action> type attribute can be add,update,fix,remove.
<body> <body>
<release version="3.11" date="2020-MM-DD" description="New features and bug fixes.."> <release version="3.11" date="2020-MM-DD" description="New features and bug fixes..">
<action type="fix" dev="kinow" due-to="contextshuffling">Fix Javadoc for StringUtils.appendIfMissingIgnoreCase() #507.</action> <action type="update" dev="kinow" due-to="XenoAmess">remove encoding and docEncoding and use inherited values from commons-parent</action>
<action type="fix" dev="kinow" due-to="contextshuffling">Fix Javadoc for StringUtils.appendIfMissingIgnoreCase() #507.</action>
<action type="update" dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.6.0.</action> <action type="update" dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.6.0.</action>
<action type="update" dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action> <action type="update" dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action>
<action type="update" dev="ggregory">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.4.</action> <action type="update" dev="ggregory">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.4.</action>