diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 19:56:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 19:56:59 +0200 |
commit | ca28dd4ed34ab7c6e6066dd44820fe815c21b7a8 (patch) | |
tree | a95819fb2ebf7d48143f1457f6e84782cfb20b6e /sonar-scanner-protocol | |
parent | 3861f8769afa40e556c63ff7f39a41f9f89f68fa (diff) | |
download | sonarqube-ca28dd4ed34ab7c6e6066dd44820fe815c21b7a8.tar.gz sonarqube-ca28dd4ed34ab7c6e6066dd44820fe815c21b7a8.zip |
6.5-M3 for SonarCloud6.5-M3
Diffstat (limited to 'sonar-scanner-protocol')
-rw-r--r-- | sonar-scanner-protocol/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml index 1b4f3f21206..49a45625d83 100644 --- a/sonar-scanner-protocol/pom.xml +++ b/sonar-scanner-protocol/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.5-RC1</version> + <version>6.5-M3</version> </parent> <artifactId>sonar-scanner-protocol</artifactId> |