Skip to content

Commit

Permalink
Add missing version for animal-sniffer-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 4, 2024
1 parent 0fd7b59 commit 060be1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,11 @@ limitations under the License.
<!-- Commons Release Plugin -->
<commons.release.version>1.16.1</commons.release.version>
<commons.bc.version>1.16.0</commons.bc.version>
<commons.bc.next>1.16.2</commons.bc.next>
<commons.rc.version>RC1</commons.rc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-04T00:00:00Z</project.build.outputTimestamp>
</properties>
<build>
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>
Expand Down Expand Up @@ -371,6 +372,7 @@ limitations under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.23</version>
<configuration>
<ignores>
<!-- JDK9 breaks compatibility by returning ByteBuffer not Buffer -->
Expand Down
3 changes: 2 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
<author>Apache Commons Developers</author>
</properties>
<body>
<release version="1.16.1" date="20YY-MM-DD" description="Feature and fix release. Requires a minimum of Java 8.">
<release version="1.16.1" date="2024-02-04" description="Feature and fix release. Requires a minimum of Java 8.">
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>
<!-- FIX -->
Expand All @@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Gary Gregory">Deprecate Resources 0-argument constructor.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Deprecate Charsets 0-argument constructor.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Deprecate CharEncoding 0-argument constructor.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add missing version for animal-sniffer-maven-plugin.</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 66.</action>
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
Expand Down

0 comments on commit 060be1a

Please sign in to comment.