File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed
docs/modules/ROOT/pages/includes Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11release :
2- current-version : " 1.1.0 "
2+ current-version : " 1.1.1 "
33 next-version : " 999-SNAPSHOT"
44
Original file line number Diff line number Diff line change 1- :project-version: 1.1.0
1+ :project-version: 1.1.1
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.0 ` .
36+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.1 ` .
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.0 </version >
44+ <version >1.1.1 </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.0 ` .
36+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.1 ` .
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.0 </version >
44+ <version >1.1.1 </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.0 ` .
36+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.1 ` .
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.0 </version >
44+ <version >1.1.1 </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.0 ` .
35+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.1 ` .
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.0 </version >
43+ <version >1.1.1 </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.0 ` .
37+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.1 ` .
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.0 </version >
45+ <version >1.1.1 </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.0 ` .
36+ from [ releases] ( https://github.com/quarkiverse/quarkus-azure-services/releases ) , for example, ` 1.1.1 ` .
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.0 </version >
44+ <version >1.1.1 </version >
4545 <relativePath ></relativePath >
4646</parent >
4747```
You can’t perform that action at this time.
0 commit comments