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

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

commit 56913431a5b94fb1bda4381016ece2b415be73ce
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Wed Nov 1 09:45:13 2023 +0100

    Issue #133: Update dependencies
    
    - Switch to Eclipse 2022-09 baseline
    - Tycho -> 4.0.3
---
 ruta-parent/pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml
index d9c2de02..b425e925 100644
--- a/ruta-parent/pom.xml
+++ b/ruta-parent/pom.xml
@@ -67,7 +67,7 @@
 
     <repository>
       <id>${eclipseP2RepoId}</id>
-      <url>https://download.eclipse.org/releases/2023-12/</url>
+      <url>https://download.eclipse.org/releases/2022-09/</url>
       <layout>p2</layout>
     </repository>
     <repository>
@@ -117,6 +117,8 @@
       Creative Commons Attribution 3.0 License.
     </postNoticeText>
 
+    <tycho-version>4.0.3</tycho-version>
+
     <uima-version>3.5.0-SNAPSHOT</uima-version>
     <uimafit-version>3.4.0</uimafit-version>
     <spring-version>5.3.30</spring-version>
@@ -150,7 +152,7 @@
     <maven.compiler.release>17</maven.compiler.release>
     <execution.environment>JavaSE-17</execution.environment>
 
-    <eclipseP2RepoId>org.eclipse.p2.202312</eclipseP2RepoId>
+    <eclipseP2RepoId>org.eclipse.p2.202209</eclipseP2RepoId>
     <dltkP2RepoId>org.eclipse.p2.201812</dltkP2RepoId>
 
     <api_check_oldVersion>3.3.0</api_check_oldVersion>

Reply via email to