You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2023/05/02 09:12:06 UTC

[turbine-parent] 02/02: Inactivate profile for java>=12 due to inconsistencies between modules (Java 11 = file version 55.0).

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-parent.git

commit 0d3ee113131a0c7643dca3ea475b8823f520e54a
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue May 2 11:00:58 2023 +0200

    Inactivate profile for java>=12 due to inconsistencies between modules
    (Java 11 = file version 55.0).
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a6b4ad8..f21c8b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,7 +600,8 @@
            </plugins>
       </reporting>
     </profile>
-    <profile>
+    <!-- could not use upgrade until java 11 is still supported -->
+    <!-- profile>
       <id>java12</id>
       <activation>
         <jdk>[12,)</jdk>
@@ -611,7 +612,7 @@
         <maven.compiler.target>12</maven.compiler.target>
         <maven.compiler.release>12</maven.compiler.release>
       </properties>
-    </profile>
+    </profile-->
     <profile>
       <id>javaBugsUpdate4Jacoco</id>
       <activation>