diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-03-22 10:06:28 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-03-23 20:31:30 +0100 |
commit | f4354c32ebc7ac46ea261c81ed791f065e080c02 (patch) | |
tree | 8bb36abf2653e768712402b840968615a35cabcc /pom.xml | |
parent | f7422cae1cda99e1b81aa92695c73ef5398bc5ce (diff) | |
download | sonarqube-f4354c32ebc7ac46ea261c81ed791f065e080c02.tar.gz sonarqube-f4354c32ebc7ac46ea261c81ed791f065e080c02.zip |
Update scanner report to protobuf 3 (imply SONAR-7497)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ <orchestrator.version>3.11-build315</orchestrator.version> <okhttp.version>2.6.0</okhttp.version> - <protobuf.version>3.0.0-beta-1</protobuf.version> + <protobuf.version>3.0.0-beta-2</protobuf.version> <protobuf.compiler>${settings.localRepository}/com/google/protobuf/protoc/${protobuf.version}/protoc-${protobuf.version}-${os.detected.classifier}.exe</protobuf.compiler> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |