From 372db0627f18c543717569b333ca67a59c1c280b Mon Sep 17 00:00:00 2001 From: Jianguo Ma Date: Tue, 27 Aug 2024 14:04:27 +0800 Subject: [PATCH] Release 1.0.7 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-keyvault/README.md | 4 ++-- integration-tests/azure-storage-blob/README.md | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index e44908e..89ca05f 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,4 +1,4 @@ release: - current-version: "1.0.6" + current-version: "1.0.7" next-version: "999-SNAPSHOT" diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index 1f7b568..a09237f 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.6 +:project-version: 1.0.7 :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 5c0b9f0..6ab04d6 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.6`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.7`. 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.6 + 1.0.7 ``` diff --git a/integration-tests/azure-cosmos/README.md b/integration-tests/azure-cosmos/README.md index 551fb8c..77adbce 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.6`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.7`. 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.6 + 1.0.7 ``` diff --git a/integration-tests/azure-keyvault/README.md b/integration-tests/azure-keyvault/README.md index ed61223..ddb86fe 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.6`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.7`. 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.6 + 1.0.7 ``` diff --git a/integration-tests/azure-storage-blob/README.md b/integration-tests/azure-storage-blob/README.md index 1e93fce..6fbc33e 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.6`. +from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.7`. 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.6 + 1.0.7 ```