THRIFT-3775: 0.10.0 release
Client: release
Patch: jfarrell
Versioning for 0.10.0 release candidate
diff --git a/sonar-project.properties b/sonar-project.properties
index b465fd1..6e6c5db 100755
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -16,7 +16,7 @@
services that work efficiently and seamlessly between all major languages.
# Apache Thrift Version
-sonar.projectVersion=1.0.0-dev
+sonar.projectVersion=0.10.0
# use this to set another version string
# $ sonar-runner -D sonar.projectVersion=`git rev-parse HEAD`
# set projectDate in combination with projectVersion for imports of old releases
@@ -54,7 +54,7 @@
module1.sonar.projectBaseDir=lib/java
module1.sonar.sources=src
module1.sonar.tests=test
-module1.sonar.binaries=build/libthrift-1.0.0.jar
+module1.sonar.binaries=build/libthrift-0.10.0.jar
module1.sonar.libraries=build/lib/*.jar
module1.sonar.language=java