You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2023/01/31 12:18:09 UTC

[uima-uimaj-io-jsoncas] branch refactoring/14-Upgrade-dependencies created (now c92952b)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch refactoring/14-Upgrade-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj-io-jsoncas.git


      at c92952b  Issue #14: Upgrade dependencies

This branch includes the following new commits:

     new c92952b  Issue #14: Upgrade dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[uima-uimaj-io-jsoncas] 01/01: Issue #14: Upgrade dependencies

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch refactoring/14-Upgrade-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-uimaj-io-jsoncas.git

commit c92952b735e546ead16472f72c64a0e4648010b6
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Tue Jan 31 13:18:03 2023 +0100

    Issue #14: Upgrade dependencies
    
    - UIMA parent POM 15 -> 16
    - UIMA Java SDK 3.3.0 -> 3.3.1
---
 ...file-identifying-parent-pom => marker-file-enabling-changes-report | 0
 pom.xml                                                               | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/marker-file-identifying-parent-pom b/marker-file-enabling-changes-report
similarity index 100%
rename from marker-file-identifying-parent-pom
rename to marker-file-enabling-changes-report
diff --git a/pom.xml b/pom.xml
index d664f42..e9a2e07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
     <relativePath />
-    <version>15</version>
+    <version>16</version>
   </parent>
 
   <artifactId>uimaj-io-json</artifactId>
@@ -40,7 +40,7 @@
 
   <properties>
     <jiraVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}jsoncas</jiraVersion>
-    <uima-version>3.3.0</uima-version>
+    <uima-version>3.3.1</uima-version>
     <slf4j-version>1.7.36</slf4j-version>
     <log4j-version>2.17.2</log4j-version>
     <jackson-version>2.13.3</jackson-version>