mirror of https://github.com/apache/kafka.git
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
This commit is contained in:
parent
b084c485e2
commit
f98cb3aa24
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue