diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-03-23 11:31:03 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-03-23 20:20:52 +0100 |
commit | ecdde3879059a41f229782061bdad49677dd63f8 (patch) | |
tree | 7db68d876750b578bc61455ecdf4dc8555eb547a /gradle.properties | |
parent | 7275c439ba18a33694ea41c97dce40ac0e84fcd5 (diff) | |
download | sonarqube-ecdde3879059a41f229782061bdad49677dd63f8.tar.gz sonarqube-ecdde3879059a41f229782061bdad49677dd63f8.zip |
Set version to 7.1.1.x
build numbers have been reset to 0 with the move to sonar-enterprise.
In order to avoid conflicts with existing versions 7.1.0.x, the
semantic version must be upgraded to 7.1.1.
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 91c2a296544..394edb70e9d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ group=org.sonarsource.sonarqube -version=7.1-SNAPSHOT +version=7.1.1-SNAPSHOT description='Open source platform for continuous inspection of code quality' projectTitle=SonarQube |