This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch
feature/UIMA-5824-Run-JCasUtil-tests-against-equivalent-v3-selects
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git
The following commit(s) were added to
refs/heads/feature/UIMA-5824-Run-JCasUtil-tests-against-equivalent-v3-selects
by this push:
new b7df556 [UIMA-5824] Run JCasUtil tests against equivalent v3 selects
b7df556 is described below
commit b7df55616f5a147b7f308c0c58d03ca5358e7195
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Tue Jul 17 21:47:30 2018 +0200
[UIMA-5824] Run JCasUtil tests against equivalent v3 selects
- Depend on UIMAJ Core 3.0.1-SNAPSHOTs to take into account fixes that are
being made to the core
---
uimafit-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index 55754be..542c3b0 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -15,7 +15,7 @@
<inceptionYear>2012</inceptionYear>
<properties>
<spring.version>3.2.16.RELEASE</spring.version>
- <uima.version>3.0.0</uima.version>
+ <uima.version>3.0.1-SNAPSHOT</uima.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<compat.previous.version>2.1.0</compat.previous.version>