Skip to content

Commit db96f01

Browse files
Merge pull request #287083 from yuyully/patch-1
Update with latest maven spring apps version
2 parents a04ef9c + 9dde2a8 commit db96f01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/basic-standard/quickstart-deploy-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ The following steps show you how to generate configurations and deploy to Azure
337337
1. Go to the *spring-petclinic-customers-service* folder. Generate configurations by running the following command. If you've already signed-in with Azure CLI, the command automatically picks up the credentials. Otherwise, it signs you in using a prompt with instructions. For more information, see [Authentication](https://github.com/microsoft/azure-maven-plugins/wiki/Authentication) on the [azure-maven-plugins](https://github.com/microsoft/azure-maven-plugins) wiki.
338338

339339
```bash
340-
mvn com.microsoft.azure:azure-spring-apps-maven-plugin:1.17.0:config -DappName=customers-service
340+
mvn com.microsoft.azure:azure-spring-apps-maven-plugin:1.19.0:config -DappName=customers-service
341341
```
342342

343343
You're asked to provide the following values:
@@ -354,7 +354,7 @@ The following steps show you how to generate configurations and deploy to Azure
354354
<plugin>
355355
<groupId>com.microsoft.azure</groupId>
356356
<artifactId>azure-spring-apps-maven-plugin</artifactId>
357-
<version>1.17.0</version>
357+
<version>1.19.0</version>
358358
<configuration>
359359
<subscriptionId>xxxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx</subscriptionId>
360360
<clusterName>v-spr-cld</clusterName>
@@ -372,7 +372,7 @@ The following steps show you how to generate configurations and deploy to Azure
372372
1. Go to the *spring-petclinic-api-gateway* folder. Run the following commands to generate the configuration and deploy `api-gateway`. Select **yes** for **Public endpoint**.
373373

374374
```bash
375-
mvn com.microsoft.azure:azure-spring-apps-maven-plugin:1.17.0:config -DappName=api-gateway
375+
mvn com.microsoft.azure:azure-spring-apps-maven-plugin:1.19.0:config -DappName=api-gateway
376376
mvn azure-spring-apps:deploy
377377
```
378378

0 commit comments

Comments
 (0)