This is an automated email from the ASF dual-hosted git repository. dashorst pushed a commit to branch infra-28383-master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit 5beb786fd91fc3dbfb56871764d8a0bc6a3175f4 Author: Martijn Dashorst <[email protected]> AuthorDate: Thu Sep 10 12:48:33 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 47fdea22f2..710df07866 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> <developers> <developer>
