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 2021/03/10 11:45:23 UTC

[uima-uimaj] branch UIMA-6328-UIMA-Java-SDK-2.11.0-release updated: [UIMA-6328] UIMA Java SDK 2.11.0 release

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

rec pushed a commit to branch UIMA-6328-UIMA-Java-SDK-2.11.0-release
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/UIMA-6328-UIMA-Java-SDK-2.11.0-release by this push:
     new 7ea2e4c  [UIMA-6328] UIMA Java SDK 2.11.0 release
7ea2e4c is described below

commit 7ea2e4cf4b90832edbddea87e3d2f760594a657a
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Mar 10 12:45:29 2021 +0100

    [UIMA-6328] UIMA Java SDK 2.11.0 release
    
    - Depend on UIMA Parent POM 14
---
 uimaj-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index 37758bd..c76305c 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -32,7 +32,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
     <relativePath />
-    <version>14-SNAPSHOT</version>
+    <version>14</version>
   </parent>
 
   <groupId>org.apache.uima</groupId>