This is an automated email from the ASF dual-hosted git repository. dashorst pushed a commit to branch infra-28383-wicket-8.x in repository https://gitbox.apache.org/repos/asf/wicket.git
commit 1984f765440393b9072f61df8f0f9de0502771b8 Author: Martijn Dashorst <[email protected]> AuthorDate: Thu Sep 10 12:48:32 2026 +0200 Point issueManagement at GitHub Issues (INFRA-28383) Apache Infrastructure is closing down the WICKET JIRA project, so the POM should no longer name it as the issue tracker. Bugs and feature requests for Apache Wicket are now tracked at https://github.com/apache/wicket/issues. The JIRA project remains readable as an archive, so existing WICKET-NNNN references keep resolving; only the pointer for new reports moves. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 119a5c4b0e..c746685e78 100644 --- a/pom.xml +++ b/pom.xml @@ -75,8 +75,8 @@ </mailingList> </mailingLists> <issueManagement> - <system>jira</system> - <url>http://issues.apache.org/jira/browse/WICKET</url> + <system>GitHub</system> + <url>https://github.com/apache/wicket/issues</url> </issueManagement> <scm> <connection>scm:git:http://git-wip-us.apache.org/repos/asf/wicket.git</connection>
