You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/05/16 14:27:48 UTC

[uima-parent-pom] 01/01: [NO JIRA] Remove unused property

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

rec pushed a commit to branch refactoring/NO-JIRA-Remove-unused-properties
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git

commit 342802f98cacdfa72d830e38ba3a39896aef5c3e
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon May 16 16:27:41 2022 +0200

    [NO JIRA] Remove unused property
    
    - Remove property used to control workaround for ancient issues [UIMA-5876][UIMA-5753] - the related patches have been removed as part of [UIMA-6441]
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf9dabd..6894b32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,6 @@
     <!--  *********************************************************************************************************** -->
     <!--  *********************************************************************************************************** -->
     <!--  *********************************************************************************************************** -->
-    <parentPomPatchVersion>14</parentPomPatchVersion>  <!-- UGH need to change this manually for release !!! -->
     <uimaBuildResourcesVersion>6</uimaBuildResourcesVersion>
     <uimaWebsiteUrl>https://uima.apache.org</uimaWebsiteUrl>
     <uimaWebsiteDistributionUrl>scp://people.apache.org/www/uima.apache.org/</uimaWebsiteDistributionUrl>