From 5932956c296af3b79739897d0c7676f9d4d4b92d Mon Sep 17 00:00:00 2001 From: Michael Clarke Date: Sat, 7 Sep 2024 18:19:57 +0100 Subject: [PATCH] Return to SNAPSHOT version post release --- .env | 4 ++-- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index ea942e3e..4cbc3240 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ SONARQUBE_VERSION=10.6-community # The name of the Dockerfile to run. 'Dockerfile' is building locally, 'release.Dockerfile' if building the release image -DOCKERFILE=release.Dockerfile +DOCKERFILE=Dockerfile # The version of the plugin to include in the image -PLUGIN_VERSION=1.22.0 +PLUGIN_VERSION=1.23.0-SNAPSHOT diff --git a/README.md b/README.md index 9aa2ea6d..2037bda2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Use the following table to find the correct plugin version for each SonarQube ve | SonarQube Version | Plugin Version | |-------------------|----------------| -| 10.6 | 1.21.0 | +| 10.6 | 1.22.0 | | 10.5 | 1.20.0 | | 10.4 | 1.19.0 | | 9.9 (LTS) | 1.14.0 | diff --git a/gradle.properties b/gradle.properties index 48f306aa..a5beacdd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.22.1 +version=1.23.0-SNAPSHOT