commit
8a2d7afd9f
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -46,6 +46,7 @@ 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="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="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>
|
||||||
|
|
Loading…
Reference in New Issue