From add6302252b1e07d5a077d39162810ba7b3fa1e7 Mon Sep 17 00:00:00 2001 From: Michael Clarke Date: Sat, 16 Sep 2023 17:35:26 +0100 Subject: [PATCH] Initiate release 1.15.0 --- .env | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 29fc47c68..df82945c2 100644 --- a/.env +++ b/.env @@ -1,8 +1,8 @@ # The Sonarqube base image. 'latest' if building locally, '8.5-community' if targeting a specific version -SONARQUBE_VERSION=latest +SONARQUBE_VERSION=10.0-community # The name of the Dockerfile to run. 'Dockerfile' is building locally, 'release.Dockerfile' if building the release image -DOCKERFILE=Dockerfile +DOCKERFILE=release.Dockerfile # The version of the plugin to include in the image -PLUGIN_VERSION=1.15.0-SNAPSHOT +PLUGIN_VERSION=1.15.0 diff --git a/gradle.properties b/gradle.properties index f1f32105c..6b1ed4731 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.15.0-SNAPSHOT +version=1.15.0