Skip to content

Commit 25b5439

Browse files
Version to 4.20.0
1 parent 36153a2 commit 25b5439

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to grasp the core concepts of HiveMQ Kafka customization development.
2222

2323
. Clone this repository into a Java 11 gradle project.
2424
. Run `./gradlew jar` task from gradle to build the customization.
25-
. Move the file: "build/libs/hivemq-kafka-hello-world-customization-4.19.0.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations"
25+
. Move the file: "build/libs/hivemq-kafka-hello-world-customization-4.20.0.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations"
2626
. Copy the resources/kafka-configuration.xml to "HIVEMQ_HOME/extensions/hivemq-kafka-extension" and adapt it to your environment.
2727
. Delete the "HIVEMQ_HOME/extensions/hivemq-kafka-extension/DISABLED" file.
2828
. Start HiveMQ.

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version=4.19.0
1+
version=4.20.0
22
#
33
# main dependencies
44
#
5-
hivemq-kafka-sdk.version=4.19.0
5+
hivemq-kafka-sdk.version=4.20.0
66
#
77
# test dependencies
88
#

0 commit comments

Comments
 (0)