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

rec pushed a commit to branch release/125-Apache-UIMA-Ruta-3.3.0
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


The following commit(s) were added to 
refs/heads/release/125-Apache-UIMA-Ruta-3.3.0 by this push:
     new 87a14cba Issue #125: Apache UIMA Ruta 3.3.0
87a14cba is described below

commit 87a14cba931a429b9d51d55fdd89e1e9cb8e3fdb
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon Feb 13 16:03:16 2023 +0100

    Issue #125: Apache UIMA Ruta 3.3.0
    
    - Remove issue management metadata override
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 69f23c32..d548d2a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,12 +36,6 @@
     
<jiraVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}ruta</jiraVersion>
   </properties>
 
-  <!-- override pom setting in the build project. JIRA 5.1 needs different URL 
-->
-  <issueManagement>
-    <system>Jira</system>
-    <url>https://issues.apache.org/jira/browse/UIMA</url>
-  </issueManagement>
-
   <!-- Special inheritance note even though the <scm> element that follows is 
exactly the same as those
     in super poms, it cannot be inherited because there is some special code 
that computes the connection
     elements from the chain of parent poms, if this is omitted. Keeping this a 
bit factored allows cutting/pasting

Reply via email to