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-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 5a8458c7 Restore issueManagement/url (doesn't work for issue links,
needs a parent update)
5a8458c7 is described below
commit 5a8458c7ca7c52e99a4e864902d9daf1e4f63842
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 9 08:33:05 2025 -0500
Restore issueManagement/url (doesn't work for issue links, needs a
parent update)
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index a64d6b98..2d5afe97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,9 @@
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-imaging/</url>
</site>
</distributionManagement>
+ <issueManagement>
+ <url>https://issues.apache.org/jira/browse/IMAGING</url>
+ </issueManagement>
<ciManagement>
<system>GitHub</system>
<url>https://github.com/apache/commons-imaging/actions</url>