From 587442498498dc32f7cde85375cb35a46a866a0f Mon Sep 17 00:00:00 2001 From: Michael Clarke Date: Sat, 16 Sep 2023 17:50:34 +0100 Subject: [PATCH] Return to SNAPSHOT version post release --- .env | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index df82945c..a75859fa 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=10.0-community +SONARQUBE_VERSION=latest # 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.15.0 +PLUGIN_VERSION=1.16.0-SNAPSHOT diff --git a/gradle.properties b/gradle.properties index e0a174a8..e4b5fd86 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.15.1 +version=1.16.0-SNAPSHOT