aboutsummaryrefslogtreecommitdiffstats
path: root/compile_protobuf.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-09 09:37:48 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-11 11:44:21 +0200
commit33a216e2071c028060d437fe2707b9e7012aae76 (patch)
tree4b52349f9a028aadde4e66d931ee38c55013d24d /compile_protobuf.sh
parent135df88fafd97a2fb78a9d7ec172fb8f39cdee3c (diff)
downloadsonarqube-33a216e2071c028060d437fe2707b9e7012aae76.tar.gz
sonarqube-33a216e2071c028060d437fe2707b9e7012aae76.zip
Upgrade protobuf lib to 3.0.0-beta-1
Diffstat (limited to 'compile_protobuf.sh')
-rwxr-xr-xcompile_protobuf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_protobuf.sh b/compile_protobuf.sh
index e4bd4d96326..9e862debefe 100755
--- a/compile_protobuf.sh
+++ b/compile_protobuf.sh
@@ -4,7 +4,7 @@
# Local installation of protobuf compiler is NOT needed.
# Available versions listed at http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.github.os72%22%20AND%20a%3A%22protoc-jar%22
-PROTOBUF_VERSION="2.6.1.4"
+PROTOBUF_VERSION="3.0.0-a3"
mvn org.apache.maven.plugins:maven-dependency-plugin::copy -Dartifact=com.github.os72:protoc-jar:$PROTOBUF_VERSION -DoutputDirectory=target