File tree Expand file tree Collapse file tree 9 files changed +15
-14
lines changed
docs/modules/ROOT/pages/includes Expand file tree Collapse file tree 9 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 11release :
2- current-version : " 1.1.3 "
2+ current-version : " 1.1.4 "
33 next-version : " 999-SNAPSHOT"
44
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ The following matrix shows the compatibility of the extensions with Quarkus vers
6161
6262| Quarkus Azure services Version | Quarkus Version | Java Version |
6363| --------------------------------| ------------------| -----------------|
64+ | [ 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 ) |
6465| [ 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 ) |
6566| [ 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 ) |
6667| [ 1.1.1] ( https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.1/pom.xml#L12 ) | [ 3.17.7] ( https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.1/pom.xml#L20 ) | [ Java 17] ( https://github.com/quarkiverse/quarkus-azure-services/blob/1.1.1/pom.xml#L17-L18 ) |
Original file line number Diff line number Diff line change 1- :project-version: 1.1.3
1+ :project-version: 1.1.4
22
33:examples-dir: ./../examples/
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3333If you want to use the release version, you need to update the version of dependencies in the ` pom.xml ` file.
3434
3535First, 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.3 ` .
36+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.4 ` .
3737
3838Then, 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.3 </version >
44+ <version >1.1.4 </version >
4545 <relativePath ></relativePath >
4646</parent >
4747```
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3333If you want to use the release version, you need to update the version of dependencies in the ` pom.xml ` file.
3434
3535First, 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.3 ` .
36+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.4 ` .
3737
3838Then, 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.3 </version >
44+ <version >1.1.4 </version >
4545 <relativePath ></relativePath >
4646</parent >
4747```
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3333If you want to use the release version, you need to update the version of dependencies in the ` pom.xml ` file.
3434
3535First, 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.3 ` .
36+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.4 ` .
3737
3838Then, 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.3 </version >
44+ <version >1.1.4 </version >
4545 <relativePath ></relativePath >
4646</parent >
4747```
Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3232If you want to use the release version, you need to update the version of dependencies in the ` pom.xml ` file.
3333
3434First, 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.3 ` .
35+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.4 ` .
3636
3737Then, 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.3 </version >
43+ <version >1.1.4 </version >
4444 <relativePath ></relativePath >
4545</parent >
4646```
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3434If you want to use the release version, you need to update the version of dependencies in the ` pom.xml ` file.
3535
3636First, 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.3 ` .
37+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.4 ` .
3838
3939Then, 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.3 </version >
45+ <version >1.1.4 </version >
4646 <relativePath ></relativePath >
4747</parent >
4848```
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ mvn clean install -DskipTests --file ../../pom.xml
3333If you want to use the release version, you need to update the version of dependencies in the ` pom.xml ` file.
3434
3535First, 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.3 ` .
36+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.4 ` .
3737
3838Then, 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.3 </version >
44+ <version >1.1.4 </version >
4545 <relativePath ></relativePath >
4646</parent >
4747```
You can’t perform that action at this time.
0 commit comments