Skip to content

Commit 0cf40de

Browse files
committed
Version to 4.8.1
1 parent 625220e commit 0cf40de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations"
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"
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version=4.8.0
1+
version=4.8.1
22
#
33
# main dependencies
44
#
5-
hivemq-kafka-sdk.version=4.8.0
5+
hivemq-kafka-sdk.version=4.8.1
66
#
77
# test dependencies
88
#
@@ -13,4 +13,4 @@ slf4j-simple.version=1.7.32
1313
# plugins
1414
#
1515
plugin.license.version=0.16.1
16-
plugin.utf8.version=0.1.0
16+
plugin.utf8.version=0.1.0

0 commit comments

Comments
 (0)