From abce7f8fc1f59c63a49693f008a6e235470a3ba4 Mon Sep 17 00:00:00 2001 From: hivemq-jenkins Date: Tue, 7 Feb 2023 17:52:24 +0100 Subject: [PATCH] Version to 4.12.0 --- README.adoc | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 50f154a..2c3de6d 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.11.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.12.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 305179f..716dd79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -version=4.11.0 +version=4.12.0 # # main dependencies # -hivemq-google-cloud-pubsub-sdk.version=4.11.0 +hivemq-google-cloud-pubsub-sdk.version=4.12.0 # # test dependencies #