You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jo...@apache.org on 2013/06/17 18:21:30 UTC

git commit: KAFKA-942 version jar name change for 0.8.0-beta1 release

Updated Branches:
  refs/heads/0.8 7ad742d80 -> 0a8716f8e


KAFKA-942 version jar name change for 0.8.0-beta1 release


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

Branch: refs/heads/0.8
Commit: 0a8716f8e026abcc586057a4fbaeb32d538cd393
Parents: 7ad742d
Author: Joe Stein <jo...@Joes-MacBook-Air.local>
Authored: Mon Jun 17 12:21:22 2013 -0400
Committer: Joe Stein <jo...@Joes-MacBook-Air.local>
Committed: Mon Jun 17 12:21:22 2013 -0400

----------------------------------------------------------------------
 project/Build.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/0a8716f8/project/Build.scala
----------------------------------------------------------------------
diff --git a/project/Build.scala b/project/Build.scala
index f177215..9893556 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -30,7 +30,7 @@ object KafkaBuild extends Build {
     scalacOptions ++= Seq("-deprecation", "-unchecked", "-g:none"),
     crossScalaVersions := Seq("2.8.0","2.8.2", "2.9.1", "2.9.2"),
     scalaVersion := "2.8.0",
-    version := "0.8.0-SNAPSHOT",
+    version := "0.8.0-beta1",
     buildNumber := System.getProperty("build.number", ""),
     version <<= (buildNumber, version)  { (build, version)  => if (build == "") version else version + "+" + build},
     releaseName <<= (name, version, scalaVersion) {(name, version, scalaVersion) => name + "_" + scalaVersion + "-" + version},