diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-02 11:52:00 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-02 11:52:00 +0200 |
commit | 068eac04b68036b50e8a5c2aa4bc85ae9472ae19 (patch) | |
tree | ac693be50dd5d87c7dd4f65a81d6811b46e73dbf /sonar-core | |
parent | ad64a17b531c0e1f6fef0ce7e4d0d0b060977754 (diff) | |
download | sonarqube-068eac04b68036b50e8a5c2aa4bc85ae9472ae19.tar.gz sonarqube-068eac04b68036b50e8a5c2aa4bc85ae9472ae19.zip |
Prepare for next development iteration 6.4-SNAPSHOT
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 5dd5eececc8..4f39a5bc8b2 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.4</version> + <version>6.4-SNAPSHOT</version> </parent> <artifactId>sonar-core</artifactId> |