From 90d1ba9a4a919bd34c5ef7e96c0952766a7d81e5 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Thu, 20 Feb 2025 16:40:21 +0100 Subject: [PATCH] chore: release 7.1.0 Signed-off-by: Chris Laprun --- .github/project.yml | 6 +++--- docs/modules/ROOT/pages/includes/attributes.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 54ac720a3..0b4f7866b 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,7 +1,7 @@ name: Java Operator SDK Extension release: - current-version: 7.0.1 - next-version: 7.0.2-SNAPSHOT + current-version: 7.1.0 + next-version: 7.1.1-SNAPSHOT quarkus-platform-branches: - "main" - - "3.18" + - "3.19" diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index c737e8918..9e11dc46d 100644 --- a/docs/modules/ROOT/pages/includes/attributes.adoc +++ b/docs/modules/ROOT/pages/includes/attributes.adoc @@ -1,3 +1,3 @@ -:project-version: 7.0.1 +:project-version: 7.1.0 :examples-dir: ./../examples/