This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch UIMA-6426-Upgrade-to-UIMA-Java-SDK-3.3.0 in repository https://gitbox.apache.org/repos/asf/uima-uimaj-io-jsoncas.git
commit a7c8922b51d96ce922317e0e8145b7ec299e3744 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Wed May 11 12:51:48 2022 +0200 [UIMA-6426] Upgrade to UIMA Java SDK 3.3.0 - Apache UIMA Java SDK 3.3.0-SNAPSHOT -> 3.3.0 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 32dbc2f..6d107f8 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ </scm> <properties> - <uima-version>3.3.0-SNAPSHOT</uima-version> + <uima-version>3.3.0</uima-version> <slf4j-version>1.7.36</slf4j-version> <log4j-version>2.17.1</log4j-version> <jackson-version>2.13.1</jackson-version> @@ -51,6 +51,7 @@ <maven.compiler.source>1.8</maven.compiler.source> </properties> + <!-- <repositories> <repository> <id>apache.snapshots</id> @@ -64,6 +65,7 @@ </snapshots> </repository> </repositories> + --> <dependencies> <dependency>
