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 2022/05/12 08:39:21 UTC

[uima-ruta] branch UIMA-6447-Update-dependencies created (now 0dce711c)

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

rec pushed a change to branch UIMA-6447-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


      at 0dce711c [UIMA-6447] Update dependencies (Ruta 3.2.0)

This branch includes the following new commits:

     new 0dce711c [UIMA-6447] Update dependencies (Ruta 3.2.0)

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-ruta] 01/01: [UIMA-6447] Update dependencies (Ruta 3.2.0)

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

rec pushed a commit to branch UIMA-6447-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 0dce711c49ae7042473bc6d2c2bcceb478ad1521
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu May 12 10:39:09 2022 +0200

    [UIMA-6447] Update dependencies (Ruta 3.2.0)
    
    - Update Archetype: UIMA Java SDK 3.1.1 -> 3.3.0
    - Update Archetype: JUnit 4.11 -> 4.13.2
---
 ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml b/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
index 3eea8b2f..f330ad4e 100644
--- a/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/ruta-maven-archetype/src/main/resources/archetype-resources/pom.xml
@@ -34,8 +34,8 @@
   </parent>
 
   <properties>
-    <junit-version>4.11</junit-version>
-    <uima-version>3.1.1</uima-version>
+    <junit-version>4.13.2</junit-version>
+    <uima-version>3.3.0</uima-version>
     <ruta-version>${archetypeVersion}</ruta-version>
   </properties>