From 55fad6c3e4773edfb7c2632170a6486eb5ba0427 Mon Sep 17 00:00:00 2001 From: Maxim Nesen Date: Mon, 27 Nov 2023 13:09:34 +0100 Subject: [PATCH] Jetty 11 plugin version Signed-off-by: Maxim Nesen --- tests/integration/JERSEY-2988/pom.xml | 5 +++-- tests/integration/jersey-2776/pom.xml | 5 +++-- tests/integration/microprofile/config/helidon/pom.xml | 5 +++-- tests/integration/microprofile/config/webapp/pom.xml | 5 +++-- tests/mem-leaks/test-cases/bean-param-leak/pom.xml | 5 +++-- tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml | 5 +++-- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/tests/integration/JERSEY-2988/pom.xml b/tests/integration/JERSEY-2988/pom.xml index 89b7aa93be7..74c3db0c15a 100644 --- a/tests/integration/JERSEY-2988/pom.xml +++ b/tests/integration/JERSEY-2988/pom.xml @@ -80,8 +80,9 @@ maven-failsafe-plugin - org.eclipse.jetty.ee10 - jetty-ee10-maven-plugin + org.eclipse.jetty + jetty-maven-plugin + ${jetty11.version} diff --git a/tests/integration/jersey-2776/pom.xml b/tests/integration/jersey-2776/pom.xml index b1a1c59900d..3cbb44d542d 100644 --- a/tests/integration/jersey-2776/pom.xml +++ b/tests/integration/jersey-2776/pom.xml @@ -73,8 +73,9 @@ maven-failsafe-plugin - org.eclipse.jetty.ee10 - jetty-ee10-maven-plugin + org.eclipse.jetty + jetty-maven-plugin + ${jetty11.version} diff --git a/tests/integration/microprofile/config/helidon/pom.xml b/tests/integration/microprofile/config/helidon/pom.xml index 5b4bad3ef4c..b84289429ee 100644 --- a/tests/integration/microprofile/config/helidon/pom.xml +++ b/tests/integration/microprofile/config/helidon/pom.xml @@ -71,8 +71,9 @@ maven-failsafe-plugin - org.eclipse.jetty.ee10 - jetty-ee10-maven-plugin + org.eclipse.jetty + jetty-maven-plugin + ${jetty11.version} diff --git a/tests/integration/microprofile/config/webapp/pom.xml b/tests/integration/microprofile/config/webapp/pom.xml index 82f107e0a4b..e75c9b48232 100644 --- a/tests/integration/microprofile/config/webapp/pom.xml +++ b/tests/integration/microprofile/config/webapp/pom.xml @@ -57,8 +57,9 @@ maven-failsafe-plugin - org.eclipse.jetty.ee10 - jetty-ee10-maven-plugin + org.eclipse.jetty + jetty-maven-plugin + ${jetty11.version} diff --git a/tests/mem-leaks/test-cases/bean-param-leak/pom.xml b/tests/mem-leaks/test-cases/bean-param-leak/pom.xml index 00373f04abd..e0e5f6ba677 100644 --- a/tests/mem-leaks/test-cases/bean-param-leak/pom.xml +++ b/tests/mem-leaks/test-cases/bean-param-leak/pom.xml @@ -88,8 +88,9 @@ maven-failsafe-plugin - org.eclipse.jetty.ee10 - jetty-ee10-maven-plugin + org.eclipse.jetty + jetty-maven-plugin + ${jetty11.version} org.glassfish.jersey.test-framework.maven diff --git a/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml b/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml index ba262451bcd..298d378e8f0 100644 --- a/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml +++ b/tests/mem-leaks/test-cases/shutdown-hook-leak/pom.xml @@ -71,8 +71,9 @@ maven-failsafe-plugin - org.eclipse.jetty.ee10 - jetty-ee10-maven-plugin + org.eclipse.jetty + jetty-maven-plugin + ${jetty11.version} org.glassfish.jersey.test-framework.maven