From 56c109de5294740416c1fd500ff1c3218f61c8bd Mon Sep 17 00:00:00 2001 From: Michael Clarke Date: Mon, 1 Jan 2024 14:22:12 +0000 Subject: [PATCH] Initiate release 1.17.0 --- .env | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 8612f3684..8259d4617 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ SONARQUBE_VERSION=10.2-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.17.0-SNAPSHOT +PLUGIN_VERSION=1.17.0 diff --git a/gradle.properties b/gradle.properties index cb9a88f55..92b3c0566 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.17.0-SNAPSHOT +version=1.17.0