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/06/08 08:18:09 UTC

[uima-ruta] branch refactoring/UIMA-6447-Update-dependencies created (now 0113aa88)

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

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


      at 0113aa88 [UIMA-6447] Update dependencies (Ruta 3.2.0)

This branch includes the following new commits:

     new 0113aa88 [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 refactoring/UIMA-6447-Update-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 0113aa88bce133ec240253984b76b0b9b7de25c8
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Jun 8 10:18:03 2022 +0200

    [UIMA-6447] Update dependencies (Ruta 3.2.0)
    
    - Apache UIMA uimaFIT 3.2.0 -> 3.3.0
    - Apache Parent POM 15-SNAPSHOT -> 15
    - Commons IO 2.8.0 -> 2.11.0
    - Spring 5.3.19 -> 5.3.20
    - API compatibility comparison version 3.1.0 -> 3.2.0
    - Removed SNAPSHOT repository declarations
---
 ruta-parent/pom.xml | 39 ++++++---------------------------------
 1 file changed, 6 insertions(+), 33 deletions(-)

diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index 8c0fb2bf..9c985bb5 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>parent-pom</artifactId>
-    <version>15-SNAPSHOT</version>
+    <version>15</version>
     <relativePath />
   </parent>
 
@@ -72,36 +72,9 @@
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
-
-    </repository>
-
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>https://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
     </repository>
   </repositories>
 
-  <pluginRepositories>
-    <pluginRepository>
-      <id>apache.snapshots.plugins</id>
-      <name>Apache Snapshot Repository - Maven plugins</name>
-      <url>https://repository.apache.org/snapshots</url>
-      <layout>default</layout>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-        <checksumPolicy>fail</checksumPolicy>
-        <updatePolicy>never</updatePolicy>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-
   <properties>
     <uniWueNoticeText>Portions of UIMA Ruta were originally developed by
       the Universität Würzburg.
@@ -116,8 +89,8 @@
     </postNoticeText>
 
     <uimaVersion>3.3.0</uimaVersion>
-    <uimafit-version>3.2.0</uimafit-version>
-    <spring-version>5.3.19</spring-version>
+    <uimafit-version>3.3.0</uimafit-version>
+    <spring-version>5.3.20</spring-version>
     <junit-version>4.13.2</junit-version>
     <slf4j-version>1.7.36</slf4j-version>
 
@@ -127,7 +100,7 @@
     <commons-collections4-version>4.4</commons-collections4-version>
     <commons-text-version>1.9</commons-text-version>
     <commons-lang3-version>3.12.0</commons-lang3-version>
-    <commons-io-version>2.8.0</commons-io-version>
+    <commons-io-version>2.11.0</commons-io-version>
     <commons-math3-version>3.6.1</commons-math3-version>
     <commons-logging-version>1.1.1</commons-logging-version>
     <commons-logging-api-version>1.1</commons-logging-api-version>
@@ -136,8 +109,8 @@
       - minor version (=.+.0) NON_BACKWARD_COMPATIBLE - major version (+.0.0) -->
 
     <compat.level>BACKWARD_COMPATIBLE_USER</compat.level>
-    <compat.previous.version>3.1.0</compat.previous.version>
-    <api_check_oldVersion>3.1.0</api_check_oldVersion>
+    <compat.previous.version>3.2.0</compat.previous.version>
+    <api_check_oldVersion>3.2.0</api_check_oldVersion>
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compiler.target>1.8</maven.compiler.target>