This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch feature/UIMA-5823-Add-basic-benchmarking-module-v3
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git
The following commit(s) were added to
refs/heads/feature/UIMA-5823-Add-basic-benchmarking-module-v3 by this push:
new 79d5a3a [UIMA-5823] Add basic benchmarking module
79d5a3a is described below
commit 79d5a3ac3f599be1d91d597dc2fb1b73738b45da
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Tue Jul 17 22:02:10 2018 +0200
[UIMA-5823] Add basic benchmarking module
- Fix uimaFIT core dependency version
---
uimafit-benchmark/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/uimafit-benchmark/pom.xml b/uimafit-benchmark/pom.xml
index 3ed2b09..a076009 100644
--- a/uimafit-benchmark/pom.xml
+++ b/uimafit-benchmark/pom.xml
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>