This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 3e7497c04 Remove reference to sonatype-snapshots in POM (2026-08-15
f009).
3e7497c04 is described below
commit 3e7497c048810a031f680e3ccbee54ea984c928d
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 3 06:48:32 2026 -0400
Remove reference to sonatype-snapshots in POM (2026-08-15 f009).
---
pom.xml | 6 ------
src/changes/changes.xml | 2 ++
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2e17aa0a7..a4e083138 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,12 +375,6 @@
<properties>
<commons.jacoco.version>0.8.13</commons.jacoco.version>
</properties>
- <pluginRepositories>
- <pluginRepository>
- <id>sonatype-snapshots</id>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- </pluginRepository>
- </pluginRepositories>
</profile>
<!-- Profile to build and run the benchmarks. Use 'mvn test -Pbenchmark',
and add '-Dbenchmark=foo' to run only the foo benchmark -->
<profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3776abd9e..3b36ed8d6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,6 +35,8 @@
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Reset
last element in EnumerationIterator.remove() (#729).</action>
<!-- ADD -->
<!-- UPDATE -->
+ <!-- REMOVE -->
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Remove reference
to sonatype-snapshots in POM (2026-08-15 f009).</action>
</release>
<release version="4.6.0" date="2026-08-06" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->