From bd7f28758b30b113d9741e478306a3ac5ab1b421 Mon Sep 17 00:00:00 2001 From: hivemq-jenkins Date: Tue, 25 Jun 2024 14:55:38 +0000 Subject: [PATCH] Version to 4.30.0 --- README.adoc | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 19fe49a..0bb8566 100644 --- a/README.adoc +++ b/README.adoc @@ -25,7 +25,7 @@ every Pub/Sub attribute as MQTT user properties. . Clone this repository into a Java 11 Gradle project. . Run the `./gradlew jar` task from Gradle to build the customization. -. Move the `build/libs/hivemq-google-cloud-pubsub-hello-world-customization-4.29.0.jar` file to the `HIVEMQ_HOME/extensions/hivemq-google-cloud-pubsub-extension/customizations` directory. +. Move the `build/libs/hivemq-google-cloud-pubsub-hello-world-customization-4.30.0.jar` file to the `HIVEMQ_HOME/extensions/hivemq-google-cloud-pubsub-extension/customizations` directory. . Copy the `src/main/resources/google-cloud-pubsub-configuration.xml` file to the `HIVEMQ_HOME/extensions/hivemq-google-cloud-pubsub-extension` folder. . Adapt the configuration to your environment. - Set the `` in the `` tag to match your Google Cloud Pub/Sub project ID. diff --git a/gradle.properties b/gradle.properties index 25354ba..d1e242a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=4.29.0 +version=4.30.0