Skip to content

Commit 060be1a

Browse files
committed
Add missing version for animal-sniffer-maven-plugin
1 parent 0fd7b59 commit 060be1a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,11 @@ limitations under the License.
275275
<!-- Commons Release Plugin -->
276276
<commons.release.version>1.16.1</commons.release.version>
277277
<commons.bc.version>1.16.0</commons.bc.version>
278+
<commons.bc.next>1.16.2</commons.bc.next>
278279
<commons.rc.version>RC1</commons.rc.version>
279280
<commons.release.isDistModule>true</commons.release.isDistModule>
280281
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
281-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
282+
<project.build.outputTimestamp>2024-02-04T00:00:00Z</project.build.outputTimestamp>
282283
</properties>
283284
<build>
284285
<defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>
@@ -371,6 +372,7 @@ limitations under the License.
371372
<plugin>
372373
<groupId>org.codehaus.mojo</groupId>
373374
<artifactId>animal-sniffer-maven-plugin</artifactId>
375+
<version>1.23</version>
374376
<configuration>
375377
<ignores>
376378
<!-- JDK9 breaks compatibility by returning ByteBuffer not Buffer -->

src/changes/changes.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
4343
<author>Apache Commons Developers</author>
4444
</properties>
4545
<body>
46-
<release version="1.16.1" date="20YY-MM-DD" description="Feature and fix release. Requires a minimum of Java 8.">
46+
<release version="1.16.1" date="2024-02-04" description="Feature and fix release. Requires a minimum of Java 8.">
4747
<!-- ADD -->
4848
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>
4949
<!-- FIX -->
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
6565
<action dev="ggregory" type="fix" due-to="Gary Gregory">Deprecate Resources 0-argument constructor.</action>
6666
<action dev="ggregory" type="fix" due-to="Gary Gregory">Deprecate Charsets 0-argument constructor.</action>
6767
<action dev="ggregory" type="fix" due-to="Gary Gregory">Deprecate CharEncoding 0-argument constructor.</action>
68+
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add missing version for animal-sniffer-maven-plugin.</action>
6869
<!-- UPDATE -->
6970
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 66.</action>
7071
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>

0 commit comments

Comments
 (0)