diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-11 07:05:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-11 07:06:09 +0200 |
commit | d1eef867e02c7402a4516fa2dd4d193a03eb2b7b (patch) | |
tree | 220bab31d309dcbafaa2997bac9a79f3e6465646 /server/sonar-main | |
parent | 868e9ce285262e5277c158ea3c2082c379e81943 (diff) | |
download | sonarqube-d1eef867e02c7402a4516fa2dd4d193a03eb2b7b.tar.gz sonarqube-d1eef867e02c7402a4516fa2dd4d193a03eb2b7b.zip |
Prepare for next development iteration
Diffstat (limited to 'server/sonar-main')
-rw-r--r-- | server/sonar-main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-main/pom.xml b/server/sonar-main/pom.xml index 59ab2074b0e..eba72bb7f62 100644 --- a/server/sonar-main/pom.xml +++ b/server/sonar-main/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-RC1</version> + <version>6.6-SNAPSHOT</version> <relativePath>../</relativePath> </parent> |