diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-22 13:59:26 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-22 13:59:26 +0200 |
commit | 729ec9e5531400c98a167e8d1701ff80114941c6 (patch) | |
tree | ec21b66c30c45dd3859c003cecdc66fb7683c558 /sonar-markdown | |
parent | 8e826b1066ffea29958f8c5ac09244baa624dafd (diff) | |
download | sonarqube-729ec9e5531400c98a167e8d1701ff80114941c6.tar.gz sonarqube-729ec9e5531400c98a167e8d1701ff80114941c6.zip |
Back to 6.4-SNAPSHOT
Diffstat (limited to 'sonar-markdown')
-rw-r--r-- | sonar-markdown/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-markdown/pom.xml b/sonar-markdown/pom.xml index efb748680b6..f645b3f72fd 100644 --- a/sonar-markdown/pom.xml +++ b/sonar-markdown/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.4-RC2</version> + <version>6.4-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |