From cdde6de9f5e6189cabd7a1b8bc10073b203493f8 Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Fri, 24 Apr 2026 10:00:20 +0200 Subject: [PATCH] Merge two kotlin-related version properties, no need for the split --- client/model-builder/pom.xml | 4 ++-- common/schema-builder/pom.xml | 2 +- pom.xml | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/client/model-builder/pom.xml b/client/model-builder/pom.xml index 65647703d..90e715652 100644 --- a/client/model-builder/pom.xml +++ b/client/model-builder/pom.xml @@ -70,7 +70,7 @@ kotlin-maven-plugin org.jetbrains.kotlin - ${version.kotlin.compiler} + ${version.kotlin} test-compile @@ -98,7 +98,7 @@ org.jetbrains.kotlin kotlin-maven-allopen - ${version.kotlin.compiler} + ${version.kotlin} diff --git a/common/schema-builder/pom.xml b/common/schema-builder/pom.xml index b1803690c..c2180044c 100644 --- a/common/schema-builder/pom.xml +++ b/common/schema-builder/pom.xml @@ -99,7 +99,7 @@ org.jetbrains.kotlin kotlin-maven-plugin - ${version.kotlin.compiler} + ${version.kotlin} test-compile diff --git a/pom.xml b/pom.xml index b8eb673e5..a5783b7d0 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,6 @@ 17 2.3.21 1.13.0 - 2.3.21 3.10.0