Skip to content

Commit 3e40630

Browse files
Version to 4.36.0
1 parent cd4fbcc commit 3e40630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.35.0.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations"
25+
. Move the file: "build/libs/hivemq-kafka-hello-world-customization-4.36.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=4.35.0
1+
version=4.36.0

0 commit comments

Comments
 (0)