Skip to content

Commit 535f3ae

Browse files
committed
Release 1.1.5
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
1 parent 4f5e050 commit 535f3ae

File tree

10 files changed

+17
-16
lines changed

10 files changed

+17
-16
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.1.4"
2+
current-version: "1.1.5"
33
next-version: "999-SNAPSHOT"
44

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The following matrix shows the compatibility of the extensions with Quarkus vers
6262

6363
| Quarkus Azure services Version | Quarkus Version | Java Version |
6464
|--------------------------------|------------------|-----------------|
65+
| [1.1.5](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.5/pom.xml#L12) | [3.23.2](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.5/pom.xml#L20) | [Java 17](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.5/pom.xml#L17-L18) |
6566
| [1.1.4](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.4/pom.xml#L12) | [3.21.3](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.4/pom.xml#L20) | [Java 17](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.4/pom.xml#L17-L18) |
6667
| [1.1.3](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.3/pom.xml#L12) | [3.21.0](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.3/pom.xml#L20) | [Java 17](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.3/pom.xml#L17-L18) |
6768
| [1.1.2](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.2/pom.xml#L12) | [3.19.0](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.2/pom.xml#L20) | [Java 17](https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.2/pom.xml#L17-L18) |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 1.1.4
1+
:project-version: 1.1.5
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.1.4`.
36+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.1.5`.
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.1.4</version>
44+
<version>1.1.5</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.1.4`.
36+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.1.5`.
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.1.4</version>
44+
<version>1.1.5</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.1.4`.
36+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.1.5`.
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.1.4</version>
44+
<version>1.1.5</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.1.4`.
35+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.1.5`.
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.1.4</version>
43+
<version>1.1.5</version>
4444
<relativePath></relativePath>
4545
</parent>
4646
```

integration-tests/azure-servicebus/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3030

3131
If you want to use the release version, you need to update the version of dependencies in the `pom.xml` file.
3232

33-
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.1.4`.
33+
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.1.5`.
3434

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

3737
```xml
3838
<parent>
3939
<groupId>io.quarkiverse.azureservices</groupId>
4040
<artifactId>quarkus-azure-services-parent</artifactId>
41-
<version>1.1.4</version>
41+
<version>1.1.5</version>
4242
<relativePath></relativePath>
4343
</parent>
4444
```

integration-tests/azure-services-together/README.md

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

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

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

4141
```xml
4242
<parent>
4343
<groupId>io.quarkiverse.azureservices</groupId>
4444
<artifactId>quarkus-azure-services-parent</artifactId>
45-
<version>1.1.4</version>
45+
<version>1.1.5</version>
4646
<relativePath></relativePath>
4747
</parent>
4848
```

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.1.4`.
36+
from [releases](https://github.com/quarkiverse/quarkus-azure-services/releases), for example, `1.1.5`.
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.1.4</version>
44+
<version>1.1.5</version>
4545
<relativePath></relativePath>
4646
</parent>
4747
```

0 commit comments

Comments
 (0)