diff options
author | Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> | 2020-07-06 10:48:58 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-07-06 20:05:49 +0000 |
commit | a2ec38c8a4c9f790e4e61e7c0eb66e330bc1fb12 (patch) | |
tree | d0256ede89669893bda4a800b49011ebf00ab28d /gradle.properties | |
parent | 74b4533439f380827d68e8c01667eeaecad89fc7 (diff) | |
download | sonarqube-a2ec38c8a4c9f790e4e61e7c0eb66e330bc1fb12.tar.gz sonarqube-a2ec38c8a4c9f790e4e61e7c0eb66e330bc1fb12.zip |
upgrade to 8.5
* upgrade to 8.5
* Ignore UpgradeTest#test_upgrade_from_latest_release as there are no DB migration for the moment
Co-authored-by: Julien Lancelot <julien.lancelot@sonarsource.com>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 49638e6bca7..cc0ebb84fad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.sonarsource.sonarqube -version=8.4 +version=8.5 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube |