From f9c83582ae186cf674263ab4720e1a993dda904c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Tue, 17 Dec 2024 11:24:02 +0200 Subject: [PATCH] Infocenter webapp is Java 21 not 11 It was wrongly claiming Java 11 compatibility while it was Java 17, with latest updates it's even Java 21. --- ua/infocenter-web/infocenter-build.launch | 2 +- ua/infocenter-web/infocenter-product/infocenter.product | 6 +++--- ua/infocenter-web/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ua/infocenter-web/infocenter-build.launch b/ua/infocenter-web/infocenter-build.launch index bc3af5ba0a1..26f00e6b064 100644 --- a/ua/infocenter-web/infocenter-build.launch +++ b/ua/infocenter-web/infocenter-build.launch @@ -17,6 +17,6 @@ - + diff --git a/ua/infocenter-web/infocenter-product/infocenter.product b/ua/infocenter-web/infocenter-product/infocenter.product index c1b5912b655..7b086bddea4 100644 --- a/ua/infocenter-web/infocenter-product/infocenter.product +++ b/ua/infocenter-web/infocenter-product/infocenter.product @@ -28,9 +28,9 @@ org.osgi.framework.bootdelegation=* - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 diff --git a/ua/infocenter-web/pom.xml b/ua/infocenter-web/pom.xml index 658627ed60c..82702039240 100644 --- a/ua/infocenter-web/pom.xml +++ b/ua/infocenter-web/pom.xml @@ -17,8 +17,8 @@ infocenter-parent pom - 11 - 11 + 21 + 21 infocenter-product