Skip to content

Commit

Permalink
Version to 4.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hivemq-jenkins committed Jan 9, 2024
1 parent bc9a409 commit 6b78bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ to grasp the core concepts of HiveMQ Kafka customization development.

. Clone this repository into a Java 11 gradle project.
. Run `./gradlew jar` task from gradle to build the customization.
. Move the file: "build/libs/hivemq-kafka-hello-world-customization-4.23.0.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations"
. Move the file: "build/libs/hivemq-kafka-hello-world-customization-4.24.0.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations"
. Copy the resources/kafka-configuration.xml to "HIVEMQ_HOME/extensions/hivemq-kafka-extension" and adapt it to your environment.
. Delete the "HIVEMQ_HOME/extensions/hivemq-kafka-extension/DISABLED" file.
. Start HiveMQ.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=4.23.0
version=4.24.0

0 comments on commit 6b78bb0

Please sign in to comment.