diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-29 13:38:05 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-29 13:38:05 +0200 |
commit | db5296e3a7345d2cc0992a057d25f0c34a66f274 (patch) | |
tree | 4a3283f279e1e9c51bc179d5395a1b06c828f53a /sonar-core | |
parent | 1f978d91e82d8ddbe49806ee6d32bc93e8f6a42f (diff) | |
download | sonarqube-db5296e3a7345d2cc0992a057d25f0c34a66f274.tar.gz sonarqube-db5296e3a7345d2cc0992a057d25f0c34a66f274.zip |
Set version 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 fc26874f424..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-RC3</version> + <version>6.4-SNAPSHOT</version> </parent> <artifactId>sonar-core</artifactId> |