diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-18 16:19:54 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-18 16:19:54 +0200 |
commit | edaf6ced068b6b8df0e3cff8a223848b096f446d (patch) | |
tree | a14eddd7722e61b4c0b9443e04e61c2683c2d8fd /sonar-core | |
parent | 26bade2495db7bff9412808c16ce46813496ba37 (diff) | |
download | sonarqube-edaf6ced068b6b8df0e3cff8a223848b096f446d.tar.gz sonarqube-edaf6ced068b6b8df0e3cff8a223848b096f446d.zip |
Reuse 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 0e337fb4a8e..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-RC1</version> + <version>6.4-SNAPSHOT</version> </parent> <artifactId>sonar-core</artifactId> |