Skip to content

Commit 0b3984e

Browse files
committed
Initiate release 1.20.0
1 parent 182911d commit 0b3984e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# The Sonarqube base image. 'latest' if building locally, '8.5-community' if targeting a specific version
2-
SONARQUBE_VERSION=10.4-community
2+
SONARQUBE_VERSION=10.5-community
33

44
# The name of the Dockerfile to run. 'Dockerfile' is building locally, 'release.Dockerfile' if building the release image
5-
DOCKERFILE=Dockerfile
5+
DOCKERFILE=release.Dockerfile
66

77
# The version of the plugin to include in the image
8-
PLUGIN_VERSION=1.20.0-SNAPSHOT
8+
PLUGIN_VERSION=1.20.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.20-SNAPSHOT
1+
version=1.20.0

0 commit comments

Comments
 (0)