Skip to content

Commit 78ccf72

Browse files
version to 4.5.1
1 parent b399d14 commit 78ccf72

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.0
11+
*Version*: 4.5.1
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.0.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations"
27+
. Move the file: "build/libs/hivemq-kafka-hello-world-customization-4.5.1.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.0
1+
version=4.5.1
22
#
33
# main dependencies
44
#
5-
hivemq-kakfa-sdk.version=4.5.0
5+
hivemq-kakfa-sdk.version=4.5.1
66
slf4j.version=1.7.30
77
junit.jupiter.version=5.5.1
88
mockito.version=3.4.6

0 commit comments

Comments
 (0)