From e6efc309c5359e5c3b0cdcc8f9b133099837d9dd Mon Sep 17 00:00:00 2001 From: aindriu-aiven <121855584+aindriu-aiven@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:49:21 +0100 Subject: [PATCH] Update pom for release (#1771) Signed-off-by: Aindriu Lavelle --- Makefile | 2 +- openapi.yaml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5e5557a237..fd52fbd6fb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = 2.5.0 +version = 2.5.1 # Sets a custom hook path in the local git config. # Currently there's only a pre-commit hook related diff --git a/openapi.yaml b/openapi.yaml index 3060f511a4..ab83dea173 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.5.0" + "version" : "2.5.1" }, "externalDocs" : { "description" : "Klaw documentation", diff --git a/pom.xml b/pom.xml index dd39a080af..93f49e71b2 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 2.5.0 + 2.5.1 UTF-8 UTF-8 17