Skip to content

Commit 68b5ec7

Browse files
committed
Version to 4.8.2
1 parent 0cf40de commit 68b5ec7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
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.8.1.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations"
25+
. Move the file: "build/libs/hivemq-kafka-hello-world-customization-4.8.2.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version=4.8.1
1+
version=4.8.2
22
#
33
# main dependencies
44
#
5-
hivemq-kafka-sdk.version=4.8.1
5+
hivemq-kafka-sdk.version=4.8.2
66
#
77
# test dependencies
88
#

0 commit comments

Comments
 (0)