Skip to content

Commit

Permalink
Merge pull request #322 from quarkiverse/release_1_0_9
Browse files Browse the repository at this point in the history
Release 1.0.9
  • Loading branch information
majguo authored Jan 9, 2025
2 parents e48e9dc + c4d27eb commit 99f90b5
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release:
current-version: "1.0.8"
current-version: "1.0.9"
next-version: "999-SNAPSHOT"

2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:project-version: 1.0.8
:project-version: 1.0.9

:examples-dir: ./../examples/
4 changes: 2 additions & 2 deletions integration-tests/azure-app-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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:

```xml
<parent>
<groupId>io.quarkiverse.azureservices</groupId>
<artifactId>quarkus-azure-services-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath></relativePath>
</parent>
```
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/azure-cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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:

```xml
<parent>
<groupId>io.quarkiverse.azureservices</groupId>
<artifactId>quarkus-azure-services-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath></relativePath>
</parent>
```
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/azure-eventhubs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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:

```xml
<parent>
<groupId>io.quarkiverse.azureservices</groupId>
<artifactId>quarkus-azure-services-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath></relativePath>
</parent>
```
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/azure-keyvault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ 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:

```xml
<parent>
<groupId>io.quarkiverse.azureservices</groupId>
<artifactId>quarkus-azure-services-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath></relativePath>
</parent>
```
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/azure-services-together/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ 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:

```xml
<parent>
<groupId>io.quarkiverse.azureservices</groupId>
<artifactId>quarkus-azure-services-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath></relativePath>
</parent>
```
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/azure-storage-blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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:

```xml
<parent>
<groupId>io.quarkiverse.azureservices</groupId>
<artifactId>quarkus-azure-services-parent</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath></relativePath>
</parent>
```
Expand Down

0 comments on commit 99f90b5

Please sign in to comment.