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

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

commit 529475784efb986d215baec5ddeffcde02444321
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Mon Jan 16 10:45:48 2023 +0100

    Issue #28: Upgrade plugins
    
    - tycho 3.0.1 -> 2.7.5 
(https://github.com/eclipse-tycho/tycho/discussions/1401#discussioncomment-4695007)
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 27bc8ff..8926302 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,8 +150,9 @@
     <!-- *  most inherited from apache-wide parent pom -->
     <!-- ============================================= -->
     <maven.version>3.6.3</maven.version>
-    <!-- Tycho requires at least Java 11 -->
-    <javaVersionMinBuild>17</javaVersionMinBuild>
+    <!-- Tycho 2.x requires at least Java 11 -->
+    <!-- Tycho 3.x requires at least Java 17 -->
+    <javaVersionMinBuild>11</javaVersionMinBuild>
     <felix.bundle.version>3.3.0</felix.bundle.version>
 
     <maven.surefire.heap>512m</maven.surefire.heap>
@@ -2959,7 +2960,7 @@
       </activation>
       
       <properties>
-        <tycho-version>3.0.1</tycho-version>
+        <tycho-version>2.7.5</tycho-version>
       </properties>
     </profile>
 

Reply via email to