From 66e46707d4077fe0e6c0e16ca0be9bcd607cf1fe Mon Sep 17 00:00:00 2001 From: "christian.lutnik" Date: Wed, 17 Sep 2025 08:37:03 +0200 Subject: [PATCH 1/3] Extract vmlens version Signed-off-by: christian.lutnik --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index abbb6f008..2838a9ba8 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ 11 ${maven.compiler.source} 5.19.0 + 1.2.14 **/e2e/*.java ${project.groupId}.${project.artifactId} @@ -196,7 +197,7 @@ com.vmlens api - 1.2.13 + ${com.vmlens.version} test @@ -351,7 +352,7 @@ com.vmlens vmlens-maven-plugin - 1.2.14 + ${com.vmlens.version} test From de446d69d570ff5bfbe66a37e499b13a4edee701 Mon Sep 17 00:00:00 2001 From: "christian.lutnik" Date: Fri, 26 Sep 2025 07:50:03 +0200 Subject: [PATCH 2/3] update vmlens version Signed-off-by: christian.lutnik --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2838a9ba8..717329f52 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 11 ${maven.compiler.source} 5.19.0 - 1.2.14 + 1.2.15 **/e2e/*.java ${project.groupId}.${project.artifactId} From d467b09a6f806232e2614e277a459e2915a63765 Mon Sep 17 00:00:00 2001 From: chrfwow Date: Tue, 7 Oct 2025 13:02:46 +0200 Subject: [PATCH 3/3] Apply suggestion from @chrfwow Signed-off-by: chrfwow --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4ab3e43ee..d758b20a3 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 11 ${maven.compiler.source} 5.20.0 - 1.2.16 + 1.2.17 **/e2e/*.java ${project.groupId}.${project.artifactId}