Skip to content

Commit ee89f4b

Browse files
committed
Version to 4.7.1
1 parent b20a9c5 commit ee89f4b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
*Customization Type*: Demonstration
1010

11-
*Version*: 4.7.0
11+
*Version*: 4.7.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.7.0.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations"
27+
. Move the file: "build/libs/hivemq-kafka-hello-world-customization-4.7.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

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

0 commit comments

Comments
 (0)