This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/176-Upgrade-dependencies in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit 03082a4120021ef8454fd962ee3c380d7d1224df Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri Nov 29 10:51:24 2024 +0100 Issue #176: Upgrade dependencies - uima java sdk 3.5.0 -> 3.6.0 (in Eclipse feature) --- ruta-eclipse-feature/feature.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruta-eclipse-feature/feature.xml b/ruta-eclipse-feature/feature.xml index 9b3229f3..b6f826a8 100644 --- a/ruta-eclipse-feature/feature.xml +++ b/ruta-eclipse-feature/feature.xml @@ -149,7 +149,7 @@ Apache UIMA is a trademark of the Apache Software Foundation in the United State </url> <requires> - <import feature="org.apache.uima.tools" version="3.5.0" match="greaterOrEqual"/> + <import feature="org.apache.uima.tools" version="3.6.0" match="greaterOrEqual"/> <import feature="org.eclipse.dltk.core" version="5.11.0" match="compatible"/> </requires>
