Divij Vaidya created KAFKA-15224:
------------------------------------
Summary: Automate version change to snapshot
Key: KAFKA-15224
URL: https://issues.apache.org/jira/browse/KAFKA-15224
Project: Kafka
Issue Type: Sub-task
Reporter: Divij Vaidya
We require changing to SNAPSHOT version as part of the release process [1]. The
specific manual steps are:
Update version on the branch to 0.10.0.1-SNAPSHOT in the following places:
*
** docs/js/templateData.js
** gradle.properties
** kafka-merge-pr.py
** streams/quickstart/java/pom.xml
** streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
** streams/quickstart/pom.xml
** tests/kafkatest/__init__.py (note: this version name can't follow the
-SNAPSHOT convention due to python version naming restrictions, instead
update it to 0.10.0.1.dev0)
** tests/kafkatest/version.py
It would be nice if we could run a script to automatically do it. Note that
release.py (line 550) already does something similar where it replaces SNAPSHOT
with actual version. We need to do the opposite here. We can repurpose that
code in release.py and extract into a new script to perform this opertaion.
[1] https://cwiki.apache.org/confluence/display/KAFKA/Release+Process
--
This message was sent by Atlassian Jira
(v8.20.10#820010)