You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2016/02/24 19:12:54 UTC

kafka git commit: MINOR: Add note about which files need to be edited when updating the version number

Repository: kafka
Updated Branches:
  refs/heads/trunk b084c485e -> f98cb3aa2


MINOR: Add note about which files need to be edited when updating the version number

Author: Ewen Cheslack-Postava <me...@ewencp.org>

Reviewers: Ismael Juma

Closes #879 from ewencp/version-bump-instructions


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

Branch: refs/heads/trunk
Commit: f98cb3aa248b72ddacb2ce2ca6af5248365de366
Parents: b084c48
Author: Ewen Cheslack-Postava <me...@ewencp.org>
Authored: Wed Feb 24 10:12:51 2016 -0800
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Wed Feb 24 10:12:51 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/f98cb3aa/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index dc7b29b..b058e58 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,6 +14,8 @@
 # limitations under the License.
 
 group=org.apache.kafka
+# NOTE: When you change this version number, you should also make sure to update
+# the version numbers in tests/kafkatest/__init__.py and kafka-merge-pr.py.
 version=0.10.0.0-SNAPSHOT
 scalaVersion=2.10.6
 task=build