From 7d6608f962a827966e31ba857e767810acdce929 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, 22 Oct 2024 08:54:14 +0300 Subject: [PATCH] Make JUnit 5 versions parameters This should reduce the number of PRs and commits on new JUnit versions --- pom.xml | 4 +++- tycho-its/pom.xml | 6 +++--- .../org.eclipse.tycho.bnd.executionlistener/pom.xml | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index d04713dc83..63a0541458 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,8 @@ 3.21.0 3.39.0 7.0.0 + 5.11.3 + 1.11.3 3.3.1 3.1.1 @@ -215,7 +217,7 @@ org.junit.jupiter junit-jupiter-api - 5.11.3 + ${junit5.version} test diff --git a/tycho-its/pom.xml b/tycho-its/pom.xml index 57186b448c..baaf54b744 100644 --- a/tycho-its/pom.xml +++ b/tycho-its/pom.xml @@ -160,17 +160,17 @@ org.junit.jupiter junit-jupiter - 5.11.3 + ${junit5.version} org.junit.vintage junit-vintage-engine - 5.11.3 + ${junit5.version} org.junit.platform junit-platform-launcher - 1.11.3 + ${junit5.platform.version} test diff --git a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml index 47ccc11176..5511e0cea2 100644 --- a/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml +++ b/tycho-surefire/org.eclipse.tycho.bnd.executionlistener/pom.xml @@ -13,7 +13,7 @@ org.junit.platform junit-platform-launcher - 1.11.3 + ${junit5.platform.version} provided