Skip to content
代码片段 群组 项目
提交 71474615 编辑于 作者: Confluent Jenkins Bot's avatar Confluent Jenkins Bot
浏览文件

chore: Set project version and resolve dependencies. 7.4.0-41-ccs

上级 73e566a2
No related branches found
无相关合并请求
......@@ -12,7 +12,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# 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
......@@ -20,8 +19,8 @@ group=org.apache.kafka
# - tests/kafkatest/__init__.py
# - tests/kafkatest/version.py (variable DEV_VERSION)
# - kafka-merge-pr.py
version=7.4.0-0-ccs
version=7.4.0-41-ccs
scalaVersion=2.13.8
task=build
org.gradle.jvmargs=-Xmx2g -Xss4m -XX:+UseParallelGC
org.gradle.jvmargs=-Xmx2g -Xss4m -XX\:+UseParallelGC
org.gradle.parallel=true
......@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.kafka</groupId>
<artifactId>streams-quickstart</artifactId>
<version>7.4.0-0-ccs</version>
<version>7.4.0-41-ccs </version>
<relativePath>..</relativePath>
</parent>
......
......@@ -29,7 +29,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kafka.version>7.4.0-0-ccs</kafka.version>
<kafka.version>7.4.0-41-ccs</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.4.0-0-ccs</version>
<version>7.4.0-41-ccs </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.4.0-0.dev0'
__version__ = '7.4.0-41.dev0'
......@@ -119,7 +119,7 @@ def get_version(node=None):
return DEV_BRANCH
DEV_BRANCH = KafkaVersion("dev")
DEV_VERSION = KafkaVersion("7.4.0-0")
DEV_VERSION = KafkaVersion("7.4.0-41")
LATEST_METADATA_VERSION = "3.3"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册