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-jxpath.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e8a00c3 No need to override project/issueManagement/system
2e8a00c3 is described below

commit 2e8a00c3c90765dedd08aa6d28ed667f9d8f05ef
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 8 11:23:43 2025 -0500

    No need to override project/issueManagement/system
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1687c497..4d0616ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,6 @@
   <description>A Java-based implementation of XPath 1.0 that, in addition to 
XML processing, can inspect/modify Java object graphs (the library's explicit 
purpose) and even mixed Java/XML structures.</description>
   <url>https://commons.apache.org/proper/commons-jxpath/</url>
   <issueManagement>
-    <system>jira</system>
     <url>https://issues.apache.org/jira/browse/JXPATH</url>
   </issueManagement>
   <inceptionYear>2001</inceptionYear>

Reply via email to