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-collections.git
commit e96986a5c61e8fc9e7a180579ef793253161b7c3 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 9 08:20:08 2025 -0500 Fix issue links in the generated site's release history page --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7fd946223..3f726d630 100644 --- a/pom.xml +++ b/pom.xml @@ -28,9 +28,6 @@ <inceptionYear>2001</inceptionYear> <description>The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.</description> <url>https://commons.apache.org/proper/commons-collections/</url> - <issueManagement> - <url>https://issues.apache.org/jira/browse/COLLECTIONS</url> - </issueManagement> <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-collections.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-collections.git</developerConnection>
