File tree 5 files changed +9
-9
lines changed
src/main/resources/archetype-resources 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ group=org.apache.kafka
20
20
# - tests/kafkatest/__init__.py
21
21
# - tests/kafkatest/version.py (variable DEV_VERSION)
22
22
# - kafka-merge-pr.py
23
- version =2.5.0-SNAPSHOT
23
+ version =2.5.0
24
24
scalaVersion =2.12.10
25
25
task =build
26
26
org.gradle.jvmargs =-Xmx1024m -Xss2m
Original file line number Diff line number Diff line change 26
26
<parent >
27
27
<groupId >org.apache.kafka</groupId >
28
28
<artifactId >streams-quickstart</artifactId >
29
- <version >2.5.0-SNAPSHOT </version >
29
+ <version >2.5.0</version >
30
30
<relativePath >..</relativePath >
31
31
</parent >
32
32
Original file line number Diff line number Diff line change 29
29
30
30
<properties >
31
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32
- <kafka .version>2.5.0-SNAPSHOT </kafka .version>
32
+ <kafka .version>2.5.0</kafka .version>
33
33
<slf4j .version>1.7.7</slf4j .version>
34
34
<log4j .version>1.2.17</log4j .version>
35
35
</properties >
Original file line number Diff line number Diff line change 22
22
<groupId >org.apache.kafka</groupId >
23
23
<artifactId >streams-quickstart</artifactId >
24
24
<packaging >pom</packaging >
25
- <version >2.5.0-SNAPSHOT </version >
25
+ <version >2.5.0</version >
26
26
27
27
<name >Kafka Streams :: Quickstart</name >
28
28
Original file line number Diff line number Diff line change 15
15
16
16
# This determines the version of kafkatest that can be published to PyPi and installed with pip
17
17
#
18
- # Note that in development, this version name can't follow Kafka's convention of having a trailing "-SNAPSHOT"
18
+ # Note that in
19
19
# due to python version naming restrictions, which are enforced by python packaging tools
20
- # (see https://www.python.org/dev/peps/pep-0440/)
20
+ # (see https://www.python.org
21
21
#
22
- # Instead, in development branches, the version should have a suffix of the form ".devN"
22
+ # Instead, in
23
23
#
24
- # For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be something like "1.0.0.dev0"
25
- __version__ = '2.5.0.dev0 '
24
+ # For example, when Kafka is at version 1.0.0-SNAPSHOT, this should be something like "1.0.0
25
+ __version__ = '2.5.0'
You can’t perform that action at this time.
0 commit comments