Skip to content

Commit

Permalink
Version to 4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hivemq-jenkins committed May 28, 2024
1 parent e68f5d8 commit 3bf2b43
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 @@ -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.28.1.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.29.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 `<google-cloud-project-id>` in the `<pubsub-connection>` tag to match your Google Cloud Pub/Sub project ID.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=4.28.1
version=4.29.0

0 comments on commit 3bf2b43

Please sign in to comment.