Skip to content

Commit e6beee2

Browse files
committed
Release 1.0.8
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
1 parent f0aef91 commit e6beee2

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
release:
2-
current-version: "1.0.7"
2+
current-version: "1.0.8"
33
next-version: "999-SNAPSHOT"
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 1.0.7
1+
:project-version: 1.0.8
22

33
:examples-dir: ./../examples/

integration-tests/azure-app-configuration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3333
If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file.
3434

3535
First, you need to find out the latest release version of the Quarkus Azure services extensions
36-
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.7`.
36+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`.
3737

3838
Then, update the version of dependencies in the `pom.xml` file, for example:
3939

4040
```xml
4141
<parent>
4242
<groupId>io.quarkiverse.azureservices</groupId>
4343
<artifactId>quarkus-azure-services-parent</artifactId>
44-
<version>1.0.7</version>
44+
<version>1.0.8</version>
4545
<relativePath></relativePath>
4646
</parent>
4747
```

integration-tests/azure-cosmos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3333
If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file.
3434

3535
First, you need to find out the latest release version of the Quarkus Azure services extensions
36-
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.7`.
36+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`.
3737

3838
Then, update the version of dependencies in the `pom.xml` file, for example:
3939

4040
```xml
4141
<parent>
4242
<groupId>io.quarkiverse.azureservices</groupId>
4343
<artifactId>quarkus-azure-services-parent</artifactId>
44-
<version>1.0.7</version>
44+
<version>1.0.8</version>
4545
<relativePath></relativePath>
4646
</parent>
4747
```

integration-tests/azure-eventhubs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3333
If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file.
3434

3535
First, you need to find out the latest release version of the Quarkus Azure services extensions
36-
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.7`.
36+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`.
3737

3838
Then, update the version of dependencies in the `pom.xml` file, for example:
3939

4040
```xml
4141
<parent>
4242
<groupId>io.quarkiverse.azureservices</groupId>
4343
<artifactId>quarkus-azure-services-parent</artifactId>
44-
<version>1.0.7</version>
44+
<version>1.0.8</version>
4545
<relativePath></relativePath>
4646
</parent>
4747
```

integration-tests/azure-keyvault/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3232
If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file.
3333

3434
First, you need to find out the latest release version of the Quarkus Azure services extensions
35-
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.7`.
35+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`.
3636

3737
Then, update the version of dependencies in the `pom.xml` file, for example:
3838

3939
```xml
4040
<parent>
4141
<groupId>io.quarkiverse.azureservices</groupId>
4242
<artifactId>quarkus-azure-services-parent</artifactId>
43-
<version>1.0.7</version>
43+
<version>1.0.8</version>
4444
<relativePath></relativePath>
4545
</parent>
4646
```

integration-tests/azure-storage-blob/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3333
If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file.
3434

3535
First, you need to find out the latest release version of the Quarkus Azure services extensions
36-
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.7`.
36+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.0.8`.
3737

3838
Then, update the version of dependencies in the `pom.xml` file, for example:
3939

4040
```xml
4141
<parent>
4242
<groupId>io.quarkiverse.azureservices</groupId>
4343
<artifactId>quarkus-azure-services-parent</artifactId>
44-
<version>1.0.7</version>
44+
<version>1.0.8</version>
4545
<relativePath></relativePath>
4646
</parent>
4747
```

0 commit comments

Comments
 (0)