diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2024-04-12 15:15:17 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-04-12 20:02:35 +0000 |
commit | 2ca768a8051d715841bb76bdb4d52baf6b8b3cf3 (patch) | |
tree | 9e549848afde3589991216b24ea30aac6b5c210b /gradle.properties | |
parent | 8d81569939c5abb53a0ee945b5a86450b438ba98 (diff) | |
download | sonarqube-2ca768a8051d715841bb76bdb4d52baf6b8b3cf3.tar.gz sonarqube-2ca768a8051d715841bb76bdb4d52baf6b8b3cf3.zip |
NO JIRA prepare next release cycle
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 37f68a9d3a5..0907094bbf9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ group=org.sonarsource.sonarqube -version=10.5 +version=10.6 # End Of Life date for the version. MMF-3763. format is yyyy-MM-dd # 6 months from the release date for non LTA versions # 30 months from the release date for LTA versions # No change required for patch versions -versionEOL=2024-10-12 +versionEOL=2024-12-14 pluginApiVersion=10.7.0.2191 description=Open source platform for continuous inspection of code quality |