dashorst opened a new pull request, #1591: URL: https://github.com/apache/wicket/pull/1591
Apache Infrastructure is closing down the WICKET JIRA project ([INFRA-28383](https://issues.apache.org/jira/browse/INFRA-28383)), so the POM should no longer name it as the issue tracker. ```diff <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> ``` The JIRA project stays readable as an archive, so existing `WICKET-NNNN` references keep resolving — only the pointer for filing *new* reports moves. This is the `wicket-10.x` PR of four; the identical two-line change goes to `wicket-8.x`, `wicket-9.x`, `wicket-10.x` and `master` so that every maintained line's generated site and metadata agree. Companion change for the website: apache/wicket-site#24. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
