From 8e020b19cdc440649f855fb272be64d8572a35ed Mon Sep 17 00:00:00 2001 From: hivemq-jenkins Date: Tue, 26 Nov 2024 13:08:52 +0000 Subject: [PATCH] Version to 4.35.0 --- README.adoc | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 0994947..95cc7c4 100644 --- a/README.adoc +++ b/README.adoc @@ -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.34.0.jar" to the directory: "HIVEMQ_HOME/extensions/hivemq-kafka-extension/customizations" +. Move the file: "build/libs/hivemq-kafka-hello-world-customization-4.35.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. diff --git a/gradle.properties b/gradle.properties index e122b98..67951e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=4.34.0 +version=4.35.0