diff --git a/pom.xml b/pom.xml index a9e17efe36..104adcc9e7 100644 --- a/pom.xml +++ b/pom.xml @@ -275,10 +275,11 @@ limitations under the License. 1.16.1 1.16.0 + 1.16.2 RC1 true scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid} - 2024-01-01T00:00:00Z + 2024-02-04T00:00:00Z clean verify apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc @@ -371,6 +372,7 @@ limitations under the License. org.codehaus.mojo animal-sniffer-maven-plugin + 1.23 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 53fde80f29..513fe6fa24 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ The type attribute can be add,update,fix,remove. Apache Commons Developers - + Add Maven property project.build.outputTimestamp for build reproducibility. @@ -65,6 +65,7 @@ The type attribute can be add,update,fix,remove. Deprecate Resources 0-argument constructor. Deprecate Charsets 0-argument constructor. Deprecate CharEncoding 0-argument constructor. + Add missing version for animal-sniffer-maven-plugin. Bump commons-parent from 58 to 66. Bump commons-lang3 from 3.12.0 to 3.14.0.