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/02/10 14:53:42 UTC

[uima-ruta] branch refactoring/104-Upgrade-dependencies created (now 3aadffcc)

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

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


      at 3aadffcc Issue #104: Upgrade dependencies

This branch includes the following new commits:

     new 3aadffcc Issue #104: 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-ruta] 01/01: Issue #104: 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/104-Upgrade-dependencies
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit 3aadffccfecabf91d6a7c8a61f9f7c90883b6c9a
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Fri Feb 10 15:53:34 2023 +0100

    Issue #104: Upgrade dependencies
    
    - p2-layout-resolver 1.5.0 -> 1.7.0
    - UIMA Java SDK 3.4.0-SNAPSHOT -> 3.4.0
    - uimaFIT 3.4.0-SNAPSHOT -> 3.4.0
---
 ruta-ep-parent/pom.xml | 2 +-
 ruta-parent/pom.xml    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ruta-ep-parent/pom.xml b/ruta-ep-parent/pom.xml
index d71adff7..61ee2d03 100644
--- a/ruta-ep-parent/pom.xml
+++ b/ruta-ep-parent/pom.xml
@@ -219,7 +219,7 @@
       <plugin>
         <groupId>org.openntf.maven</groupId>
         <artifactId>p2-layout-resolver</artifactId>
-        <version>1.5.0</version>
+        <version>1.7.0</version>
         <extensions>true</extensions>
       </plugin>
     </plugins>
diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index e4399cb0..5837d1ce 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -113,8 +113,8 @@
 			Creative Commons Attribution 3.0 License.
 		</postNoticeText>
 
-		<uimaVersion>3.4.0-SNAPSHOT</uimaVersion>
-		<uimafit-version>3.4.0-SNAPSHOT</uimafit-version>
+		<uimaVersion>3.4.0</uimaVersion>
+		<uimafit-version>3.4.0</uimafit-version>
 		<spring-version>5.3.25</spring-version>
 		<junit-version>4.13.2</junit-version>
 		<slf4j-version>1.7.36</slf4j-version>