From de3f5daec80d5d12d23271efa054afa1fff6c33c Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Fri, 31 Jan 2025 19:26:39 +0100 Subject: [PATCH] chore: release 7.0.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 1c14b5d1d..77851c887 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,7 +1,7 @@ name: Java Operator SDK Extension release: - current-version: 7.0.0.CR1 - next-version: 7.0.0-SNAPSHOT + current-version: 7.0.0 + next-version: 7.0.1-SNAPSHOT quarkus-platform-branches: - "main" - - "3.17" + - "3.18" diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index 0237b1079..0500c485b 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.0.CR1 +:project-version: 7.0.0 :examples-dir: ./../examples/