From b1046409f2a677418e94d343eb9174559c5f75d2 Mon Sep 17 00:00:00 2001 From: Mirjam Aulbach Date: Wed, 4 Sep 2024 10:54:41 +0200 Subject: [PATCH] Prepare release 2.10.0 Signed-off-by: Mirjam Aulbach --- Makefile | 2 +- bin/run-klaw.bat | 2 +- bin/run-klaw.sh | 2 +- openapi.yaml | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a849de3b82..b2f7fd6bcc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = 2.9.0 +version = 2.10.0 NODE = node # Sets a custom hook path in the local git config. diff --git a/bin/run-klaw.bat b/bin/run-klaw.bat index 3d79f0cacb..31255e988e 100644 --- a/bin/run-klaw.bat +++ b/bin/run-klaw.bat @@ -4,7 +4,7 @@ SET CURRENTDIR="%cd%" set DIR=%~dp0..\ cd %DIR% -set version=2.9.0 +set version=2.10.0 set core_lib=.\core\target\klaw-%version%.jar set cluster_lib=.\cluster-api\target\cluster-api-%version%.jar set core_config=.\core\target\classes\application.properties diff --git a/bin/run-klaw.sh b/bin/run-klaw.sh index 5044717e31..071e110621 100644 --- a/bin/run-klaw.sh +++ b/bin/run-klaw.sh @@ -4,7 +4,7 @@ WORKING_DIR="$(dirname "$0")"/.. cd $WORKING_DIR # Declarations -version=2.9.0 +version=2.10.0 core_lib=./core/target/klaw-${version}.jar cluster_lib=./cluster-api/target/cluster-api-${version}.jar core_config=./core/target/classes/application.properties diff --git a/openapi.yaml b/openapi.yaml index f894d097f7..25554a77dd 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10,7 +10,7 @@ "name" : "Apache 2.0", "url" : "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version" : "2.9.0" + "version" : "2.10.0" }, "externalDocs" : { "description" : "Klaw documentation", diff --git a/pom.xml b/pom.xml index 80c26d4808..b0bf379e80 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 2.9.0 + 2.10.0 UTF-8 UTF-8 17