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-configuration.git
commit 48ca7523c51941c2b9f16063cb99662c8fc54a18 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 9 08:20:40 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 a4ffb0b1f..80f7abcb9 100644 --- a/pom.xml +++ b/pom.xml @@ -78,9 +78,6 @@ <commons.jacoco.complexityRatio>0.83</commons.jacoco.complexityRatio> </properties> <url>https://commons.apache.org/proper/commons-configuration/</url> - <issueManagement> - <url>https://issues.apache.org/jira/browse/CONFIGURATION</url> - </issueManagement> <ciManagement> <system>github</system> <url>https://github.com/apache/commons-configuration/actions</url>
