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/pom.xml | |
parent | bcc8082815b493171a30ae32dfef9d9c278804a4 (diff) | |
download | sonarqube-0e05020d62dbe8d7c088e4bdb0de4f1cd2e13fe9.tar.gz sonarqube-0e05020d62dbe8d7c088e4bdb0de4f1cd2e13fe9.zip |
Prepare for next development iteration
Diffstat (limited to 'server/pom.xml')
-rw-r--r-- | server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/pom.xml b/server/pom.xml index 7bf7fafbd24..c1c2c952b5c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.5-M2</version> + <version>6.5-SNAPSHOT</version> </parent> <artifactId>server</artifactId> <packaging>pom</packaging> |