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

rec pushed a commit to branch refactoring/39-Upgrade-plugins
in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git

commit 91ccc4be2c3ffe9ef8586b22a9c0114198703a24
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Mon Jul 17 13:13:54 2023 +0200

    #39 - Upgrade plugins
    
    - Minimum build-time Java version 11 -> 17
    - tycho 3.0.5 -> 4.0.0
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b02e0aa..568d904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,8 +150,6 @@
     <!-- *  most inherited from apache-wide parent pom -->
     <!-- ============================================= -->
     <maven.version>3.9.3</maven.version>
-    <!-- Tycho 2.x requires at least Java 11 -->
-    <!-- Tycho 3.x requires at least Java 17 -->
     <javaVersionMinBuild>17</javaVersionMinBuild>
     <felix.bundle.version>3.3.0</felix.bundle.version>
 
@@ -2960,7 +2958,7 @@
       </activation>
       
       <properties>
-        <tycho-version>3.0.5</tycho-version>
+        <tycho-version>4.0.0</tycho-version>
       </properties>
     </profile>
 

Reply via email to