You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2015/01/14 02:44:54 UTC

kafka git commit: change build version to 0.8.2.0

Repository: kafka
Updated Branches:
  refs/heads/0.8.2 d4629df1c -> a643be62a


change build version to 0.8.2.0


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/a643be62
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/a643be62
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/a643be62

Branch: refs/heads/0.8.2
Commit: a643be62afb23bca15ed2e88db9e76cb0ebfa906
Parents: d4629df
Author: Jun Rao <ju...@gmail.com>
Authored: Tue Jan 13 17:44:37 2015 -0800
Committer: Jun Rao <ju...@gmail.com>
Committed: Tue Jan 13 17:44:37 2015 -0800

----------------------------------------------------------------------
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/a643be62/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 7cbd3de..773ed80 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 group=org.apache.kafka
-version=0.8.2-beta
+version=0.8.2.0
 scalaVersion=2.10.4
 task=build
 org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m