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 47ec6d2adc22e9adb6e909597e310eee8a86aa10
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Mon Jul 10 14:14:26 2023 +0200

    #39 - Upgrade plugins
    
    - Minimum Maven version 3.6.3 -> 3.9.3
    - Minimum build-time Java version 11 -> 17
    - tycho 2.7.5 -> 3.0.5
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f91ecff..b02e0aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,10 +149,10 @@
     <!-- *  V E R S I O N S                            -->
     <!-- *  most inherited from apache-wide parent pom -->
     <!-- ============================================= -->
-    <maven.version>3.6.3</maven.version>
+    <maven.version>3.9.3</maven.version>
     <!-- Tycho 2.x requires at least Java 11 -->
     <!-- Tycho 3.x requires at least Java 17 -->
-    <javaVersionMinBuild>11</javaVersionMinBuild>
+    <javaVersionMinBuild>17</javaVersionMinBuild>
     <felix.bundle.version>3.3.0</felix.bundle.version>
 
     <maven.surefire.heap>512m</maven.surefire.heap>
@@ -2960,7 +2960,7 @@
       </activation>
       
       <properties>
-        <tycho-version>2.7.5</tycho-version>
+        <tycho-version>3.0.5</tycho-version>
       </properties>
     </profile>
 

Reply via email to