This is an automated email from the ASF dual-hosted git repository.

dashorst pushed a commit to branch infra-28383-wicket-10.x
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit f08b45e3371f86c456712180b48e890c2d30eb79
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 8140c67a19..1c6a5c4bd5 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>

Reply via email to