This is an automated email from the ASF dual-hosted git repository.
rec pushed a commit to branch release/3.3.1
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
The following commit(s) were added to refs/heads/release/3.3.1 by this push:
new 6870f8dab Issue #258: Apache UIMA Java SDK 3.3.1 release
6870f8dab is described below
commit 6870f8dab5354344162e2783f7547dcf49d9eb39
Author: Richard Eckart de Castilho <[email protected]>
AuthorDate: Mon Oct 17 17:50:59 2022 +0200
Issue #258: Apache UIMA Java SDK 3.3.1 release
- Update RELEASE.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 62f31d201..15992bffc 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ to your project:
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
</dependency>
```
@@ -55,7 +55,7 @@ Apache uimaFIT is a separate dependency that you can add:
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
- <version>3.3.0</version>
+ <version>3.3.1</version>
</dependency>
```