diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-20 13:31:35 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-20 13:31:35 +0200 |
commit | 88be424e70e9a3ec77d841f31517e4ac2c96191f (patch) | |
tree | ab5108bfd9e33926d6cbbbabea65f054206729f8 /server/sonar-ce | |
parent | 40c32872995afffd322f97815314acfa78ac0b0e (diff) | |
download | sonarqube-88be424e70e9a3ec77d841f31517e4ac2c96191f.tar.gz sonarqube-88be424e70e9a3ec77d841f31517e4ac2c96191f.zip |
Release 6.6
Diffstat (limited to 'server/sonar-ce')
-rw-r--r-- | server/sonar-ce/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-ce/pom.xml b/server/sonar-ce/pom.xml index ca7bb7c1677..4adb36917e6 100644 --- a/server/sonar-ce/pom.xml +++ b/server/sonar-ce/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ce</artifactId> |