Github user jeking3 commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1468#discussion_r161387718
--- Diff: lib/java/gradle.properties ---
@@ -0,0 +1,35 @@
+# This file is shared currently between this Gradle build and the
+# Ant builds for fd303 and JavaScript. Keep the dotted notation for
+# the properties to minimize the changes in the dependencies.
+thrift.version=1.0.0
--- End diff --
There's a document floating around on the thrift web site about releasing
Thrift that points folks at what files to update after cutting a release
branch; this should be added. @Jens-G since you went through this recently can
you point that out?
---