-
-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return to SNAPSHOT version post release
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version=1.15.1 | ||
version=1.16.0-SNAPSHOT |