This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new e7cc9d1b Pick up commons.animal-sniffer.version from parent POM
e7cc9d1b is described below
commit e7cc9d1b0a61ee59cce8c1dd30b64e4cf700ceb7
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Oct 10 11:03:16 2025 -0400
Pick up commons.animal-sniffer.version from parent POM
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 205cd056..0d0ecef5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@ limitations under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
- <version>1.24</version>
+ <version>${commons.animal-sniffer.version}</version>
<configuration>
<ignores>
<!-- JDK9 breaks compatibility by returning ByteBuffer not Buffer
-->