From 9532fbc21c596b174becb5a404d49b62e958fa34 Mon Sep 17 00:00:00 2001 From: Olivier Levitt Date: Wed, 16 Nov 2022 17:18:40 +0100 Subject: [PATCH 1/2] Compile with java 17 --- helm-wrapper/pom.xml | 5 +++-- onyxia-api/pom.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/helm-wrapper/pom.xml b/helm-wrapper/pom.xml index 0c8e3674..06e1b9a6 100644 --- a/helm-wrapper/pom.xml +++ b/helm-wrapper/pom.xml @@ -17,7 +17,8 @@ Simple wrapper for Helm (https://helm.sh) - 11 + 17 + 6.2.0 @@ -67,7 +68,7 @@ io.fabric8 kubernetes-client - 6.2.0 + ${fabric8io.version} diff --git a/onyxia-api/pom.xml b/onyxia-api/pom.xml index 205a6c50..5cfe7848 100644 --- a/onyxia-api/pom.xml +++ b/onyxia-api/pom.xml @@ -127,7 +127,7 @@ - 11 + 17 1.7.0 From d1a144fe5edfb0995510c70d2f4da204f5c71069 Mon Sep 17 00:00:00 2001 From: Olivier Levitt Date: Wed, 16 Nov 2022 17:24:19 +0100 Subject: [PATCH 2/2] Bump 11 to 17 --- onyxia-model/pom.xml | 4 ++-- pom.xml | 38 +++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/onyxia-model/pom.xml b/onyxia-model/pom.xml index b75767d8..e6db91d4 100644 --- a/onyxia-model/pom.xml +++ b/onyxia-model/pom.xml @@ -11,8 +11,8 @@ 2.7.5 - 11 - 11 + 17 + 17 diff --git a/pom.xml b/pom.xml index 45bf35b7..1b44d7c1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,23 +1,23 @@ - - 4.0.0 - innovation.insee - onyxia - 0.0.1-SNAPSHOT - pom - - onyxia-model - onyxia-api - helm-wrapper - - - - - - 11 - 11 - + + 4.0.0 + innovation.insee + onyxia + 0.0.1-SNAPSHOT + pom + + onyxia-model + onyxia-api + helm-wrapper + + + + + 17 + 17 +