Skip to content

Commit 28bd220

Browse files
committed
Version to 4.4.3
1 parent 02b2a31 commit 28bd220

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
@@ -7,7 +7,7 @@
77

88
*Type*: Demonstration Customization
99

10-
*Version*: 4.4.0
10+
*Version*: 4.4.3
1111

1212
*License*: Apache License Version 2.0
1313

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

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

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version=4.4.0
1+
version=4.4.3
22
#
33
# main dependencies
44
#
5-
hivemq-kakfa-sdk.version=4.4.0
5+
hivemq-kakfa-sdk.version=4.4.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)