diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-09 13:34:43 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-09 13:34:43 +0200 |
commit | 6810d4b43783fe4dcbfd7d2361fe5584f261dc89 (patch) | |
tree | 276c632efa2f14b6dbd773bd2b06b7f39bcd89cc /sonar-home | |
parent | 105142f1bb12bfa651edffce48bf9fcd3279e981 (diff) | |
download | sonarqube-6810d4b43783fe4dcbfd7d2361fe5584f261dc89.tar.gz sonarqube-6810d4b43783fe4dcbfd7d2361fe5584f261dc89.zip |
Set version to 6.7-SNAPSHOT
Diffstat (limited to 'sonar-home')
-rw-r--r-- | sonar-home/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 45b9ff688ac..82aff11df8d 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.7-SNAPSHOT</version> </parent> <artifactId>sonar-home</artifactId> |