Skip to content
代码片段 群组 项目
未验证 提交 c5209ec9 编辑于 作者: Aishwarya Gune's avatar Aishwarya Gune 提交者: GitHub
浏览文件

chore: Bump ce-kafka/master to 7.4.0-ce (#7057)

Reviewers: Ismael Juma <ismael@juma.me.uk>
上级 5d86b391
No related branches found
No related tags found
无相关合并请求
......@@ -17,8 +17,8 @@ limitations under the License.
// Define variables for doc templates
var context={
"version": "33",
"dotVersion": "3.3",
"fullDotVersion": "3.3.0",
"version": "34",
"dotVersion": "3.4",
"fullDotVersion": "3.4.0",
"scalaVersion": "2.13"
};
......@@ -23,7 +23,7 @@ group=org.apache.kafka
# - streams/quickstart/pom.xml
# - streams/quickstart/java/src/main/resources/archetype-resources/pom.xml
# - streams/quickstart/java/pom.xml
version=7.3.0-0-ce
version=7.4.0-0-ce
scalaVersion=2.13.8
task=build
org.gradle.jvmargs=-Xmx2g -Xss4m -XX:+UseParallelGC
......
......@@ -70,7 +70,7 @@ TEMP_BRANCH_PREFIX = "PR_TOOL"
DEV_BRANCH_NAME = "trunk"
DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "3.3.0")
DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "3.4.0")
ORIGINAL_HEAD = ""
......
......@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId>
<version>7.3.0-0-ce</version>
<version>7.4.0-0-ce</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -29,7 +29,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kafka.version>7.3.0-0-ce</kafka.version>
<kafka.version>7.4.0-0-ce</kafka.version>
<slf4j.version>1.7.7</slf4j.version>
<log4j.version>1.2.17</log4j.version>
</properties>
......
......@@ -22,7 +22,7 @@
<groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId>
<packaging>pom</packaging>
<version>7.3.0-0-ce</version>
<version>7.4.0-0-ce</version>
<name>Kafka Streams :: Quickstart</name>
......
......@@ -22,4 +22,4 @@
# Instead, in development branches, the version should have a suffix of the form ".devN"
#
# For example, when Kafka is at version 1.0.0-0, this should be something like "1.0.0-0.dev0"
__version__ = '7.3.0-0.dev0'
__version__ = '7.4.0-0.dev0'
......@@ -119,7 +119,7 @@ def get_version(node=None):
return DEV_BRANCH
DEV_BRANCH = KafkaVersion("dev")
DEV_VERSION = KafkaVersion("7.3.0-0")
DEV_VERSION = KafkaVersion("7.4.0-0")
# 0.8.2.x versions
V_0_8_2_1 = KafkaVersion("0.8.2.1")
......@@ -232,3 +232,7 @@ LATEST_3_2 = V_3_2_0
# 3.3.x versions
V_3_3_0 = KafkaVersion("3.3.0")
LATEST_3_3 = V_3_3_0
# 3.4.x versions
V_3_4_0 = KafkaVersion("3.4.0")
LATEST_3_4 = V_3_4_0
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册