diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 20:19:26 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 20:19:26 +0200 |
commit | c7e8ffc345227eb02beb0bfa3c3e9574d86a8957 (patch) | |
tree | 8a08598758530bac4ab243fcf0f847dc60122b9d /sonar-application/pom.xml | |
parent | ca28dd4ed34ab7c6e6066dd44820fe815c21b7a8 (diff) | |
download | sonarqube-c7e8ffc345227eb02beb0bfa3c3e9574d86a8957.tar.gz sonarqube-c7e8ffc345227eb02beb0bfa3c3e9574d86a8957.zip |
Prepare for next development iteration
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 1ef7275829d..5cce65ec797 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.5-M3</version> + <version>6.5-SNAPSHOT</version> </parent> <artifactId>sonar-application</artifactId> |