From 17d2777a0039403fb75789fefc2f5999430b92da Mon Sep 17 00:00:00 2001 From: Dejan Milisavljevic Date: Mon, 8 Apr 2024 15:44:54 +0200 Subject: SONAR-22017 Add eol date for active version --- gradle.properties | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 0d9c37b07cc..37f68a9d3a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,12 @@ group=org.sonarsource.sonarqube version=10.5 + +# 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 + pluginApiVersion=10.7.0.2191 description=Open source platform for continuous inspection of code quality projectTitle=SonarQube -- cgit v1.2.3