diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-05 20:29:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-05 20:29:27 +0200 |
commit | 0e05020d62dbe8d7c088e4bdb0de4f1cd2e13fe9 (patch) | |
tree | bf4df5c91d8efd71872d39238a4bb3bcf68471ce /server/sonar-ce/pom.xml | |
parent | bcc8082815b493171a30ae32dfef9d9c278804a4 (diff) | |
download | sonarqube-0e05020d62dbe8d7c088e4bdb0de4f1cd2e13fe9.tar.gz sonarqube-0e05020d62dbe8d7c088e4bdb0de4f1cd2e13fe9.zip |
Prepare for next development iteration
Diffstat (limited to 'server/sonar-ce/pom.xml')
-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 f3656e6f5a8..05771947528 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.5-M2</version> + <version>6.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-ce</artifactId> |