From c4d27ebdbb38cb30de89e6617f3071e2df73a881 Mon Sep 17 00:00:00 2001 From: Jianguo Ma Date: Thu, 9 Jan 2025 13:15:12 +0800 Subject: [PATCH] Release 1.0.9 Signed-off-by: Jianguo Ma --- .github/project.yml | 2 +- docs/modules/ROOT/pages/includes/attributes.adoc | 2 +- integration-tests/azure-app-configuration/README.md | 4 ++-- integration-tests/azure-cosmos/README.md | 4 ++-- integration-tests/azure-eventhubs/README.md | 4 ++-- integration-tests/azure-keyvault/README.md | 4 ++-- integration-tests/azure-services-together/README.md | 4 ++-- integration-tests/azure-storage-blob/README.md | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 85e77f8..26132bc 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ release: - current-version: "1.0.8" + current-version: "1.0.9" next-version: "999-SNAPSHOT" diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index dc595a0..824e880 100644 --- a/docs/modules/ROOT/pages/includes/attributes.adoc +++ b/docs/modules/ROOT/pages/includes/attributes.adoc @@ -1,3 +1,3 @@ -:project-version: 1.0.8 +:project-version: 1.0.9 :examples-dir: ./../examples/ \ No newline at end of file diff --git a/integration-tests/azure-app-configuration/README.md b/integration-tests/azure-app-configuration/README.md index ac71c57..d74907f 100644 --- a/integration-tests/azure-app-configuration/README.md +++ b/integration-tests/azure-app-configuration/README.md @@ -33,7 +33,7 @@ mvn clean install -DskipTests --file ../../pom.xml If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file. First, you need to find out the latest release version of the Quarkus Azure services extensions -from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.9`. Then, update the version of dependencies in the `pom.xml` file, for example: @@ -41,7 +41,7 @@ Then, update the version of dependencies in the `pom.xml` file, for example: io.quarkiverse.azureservices quarkus-azure-services-parent - 1.0.8 + 1.0.9 ``` diff --git a/integration-tests/azure-cosmos/README.md b/integration-tests/azure-cosmos/README.md index 42c77b7..db0298c 100644 --- a/integration-tests/azure-cosmos/README.md +++ b/integration-tests/azure-cosmos/README.md @@ -33,7 +33,7 @@ mvn clean install -DskipTests --file ../../pom.xml If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file. First, you need to find out the latest release version of the Quarkus Azure services extensions -from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.9`. Then, update the version of dependencies in the `pom.xml` file, for example: @@ -41,7 +41,7 @@ Then, update the version of dependencies in the `pom.xml` file, for example: io.quarkiverse.azureservices quarkus-azure-services-parent - 1.0.8 + 1.0.9 ``` diff --git a/integration-tests/azure-eventhubs/README.md b/integration-tests/azure-eventhubs/README.md index 83706e1..48c2467 100644 --- a/integration-tests/azure-eventhubs/README.md +++ b/integration-tests/azure-eventhubs/README.md @@ -33,7 +33,7 @@ mvn clean install -DskipTests --file ../../pom.xml If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file. First, you need to find out the latest release version of the Quarkus Azure services extensions -from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.9`. Then, update the version of dependencies in the `pom.xml` file, for example: @@ -41,7 +41,7 @@ Then, update the version of dependencies in the `pom.xml` file, for example: io.quarkiverse.azureservices quarkus-azure-services-parent - 1.0.8 + 1.0.9 ``` diff --git a/integration-tests/azure-keyvault/README.md b/integration-tests/azure-keyvault/README.md index bebb0ca..37a2cf7 100644 --- a/integration-tests/azure-keyvault/README.md +++ b/integration-tests/azure-keyvault/README.md @@ -32,7 +32,7 @@ mvn clean install -DskipTests --file ../../pom.xml If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file. First, you need to find out the latest release version of the Quarkus Azure services extensions -from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.9`. Then, update the version of dependencies in the `pom.xml` file, for example: @@ -40,7 +40,7 @@ Then, update the version of dependencies in the `pom.xml` file, for example: io.quarkiverse.azureservices quarkus-azure-services-parent - 1.0.8 + 1.0.9 ``` diff --git a/integration-tests/azure-services-together/README.md b/integration-tests/azure-services-together/README.md index 2a2da7b..5fa568b 100644 --- a/integration-tests/azure-services-together/README.md +++ b/integration-tests/azure-services-together/README.md @@ -34,7 +34,7 @@ mvn clean install -DskipTests --file ../../pom.xml If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file. First, you need to find out the latest release version of the Quarkus Azure services extensions -from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.9`. Then, update the version of dependencies in the `pom.xml` file, for example: @@ -42,7 +42,7 @@ Then, update the version of dependencies in the `pom.xml` file, for example: io.quarkiverse.azureservices quarkus-azure-services-parent - 1.0.8 + 1.0.9 ``` diff --git a/integration-tests/azure-storage-blob/README.md b/integration-tests/azure-storage-blob/README.md index 5aa746f..7b609ca 100644 --- a/integration-tests/azure-storage-blob/README.md +++ b/integration-tests/azure-storage-blob/README.md @@ -33,7 +33,7 @@ mvn clean install -DskipTests --file ../../pom.xml If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file. First, you need to find out the latest release version of the Quarkus Azure services extensions -from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.9`. Then, update the version of dependencies in the `pom.xml` file, for example: @@ -41,7 +41,7 @@ Then, update the version of dependencies in the `pom.xml` file, for example: io.quarkiverse.azureservices quarkus-azure-services-parent - 1.0.8 + 1.0.9 ```