Skip to content

Commit a1637af

Browse files
author
DC2-DanielKrueger
committed
version to 4.5.3
1 parent 42926c5 commit a1637af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
*Customization Type*: Demonstration
1010

11-
*Version*: 4.5.2
11+
*Version*: 4.5.3
1212

1313
*License*: Apache License 2.0
1414

@@ -24,7 +24,7 @@ to grasp the core concepts of HiveMQ Kafka customization development.
2424

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

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version=4.5.2
1+
version=4.5.3
22
#
33
# main dependencies
44
#
5-
hivemq-kakfa-sdk.version=4.5.2
5+
hivemq-kakfa-sdk.version=4.5.3
66
slf4j.version=1.7.30
77
junit.jupiter.version=5.5.1
88
mockito.version=3.4.6

0 commit comments

Comments
 (0)