diff options
author | Antoine Vigneau <antoine.vigneau@sonarsource.com> | 2023-11-15 10:10:57 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-16 20:02:44 +0000 |
commit | dbdf656f8ec260f7ff95b8d9e598c447815dc8a9 (patch) | |
tree | a41b12fde2a9920454e8814ccd8190954652b7d9 | |
parent | 5e916765e07df12b06e046847695a6150fb38206 (diff) | |
download | sonarqube-dbdf656f8ec260f7ff95b8d9e598c447815dc8a9.tar.gz sonarqube-dbdf656f8ec260f7ff95b8d9e598c447815dc8a9.zip |
REL-2895 Upgrade LTS patch version to 9.9.4
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index f97f9711ecf..db561b43fe5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=org.sonarsource.sonarqube -version=9.9.3 +version=9.9.4 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube org.gradle.jvmargs=-Xmx2048m |