Skip to content

Commit 78ec414

Browse files
Merge pull request #291476 from yuyully/patch-1
Update maven webapp version to latest
2 parents ccee834 + cfdc541 commit 78ec414

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-javase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.13.0:config
104104
1. For **Create new run configuration**, type **Y**, then **Enter**.
105105
1. For **Define value for OS**, type **2** for Linux, then **Enter**.
106106
1. For **Define value for javaVersion**, type **1** for Java 17, then **Enter**.
107-
1. For **Define value for pricingTier**, type **9** for P1v2, then **Enter**.
107+
1. For **Define value for pricingTier**, type **3** for P1v2, then **Enter**.
108108
1. For **Confirm**, type **Y**, then **Enter**.
109109
110110
```

articles/app-service/includes/quickstart-java/quickstart-java-jboss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ The deployment process to Azure App Service uses your Azure credentials from the
5252
Run the Maven command shown next to configure the deployment. This command helps you to set up the App Service operating system, Java version, and Tomcat version.
5353

5454
```azurecli-interactive
55-
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.12.0:config
55+
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.13.0:config
5656
```
5757

5858
1. For **Create new run configuration**, type **Y**, then **Enter**.
5959
1. For **Define value for OS**, type **2** for Linux, then **Enter**.
6060
1. For **Define value for javaVersion**, type **2** for Java 11, then **Enter**.
61-
1. For **webContainer** option, type **1** for Jbosseap 7, then **Enter**.
61+
1. For **webContainer** option, type **4** for Jbosseap 7, then **Enter**.
6262
1. For **Define value for pricingTier**, type **1** for P1v3, then **Enter**.
6363
1. For **Confirm**, type **Y**, then **Enter**.
6464

articles/app-service/includes/quickstart-java/quickstart-java-tomcat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ The deployment process to Azure App Service uses your Azure credentials from the
4444
Run the Maven command shown next to configure the deployment. This command helps you to set up the App Service operating system, Java version, and Tomcat version.
4545

4646
```azurecli-interactive
47-
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.12.0:config
47+
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.13.0:config
4848
```
4949

5050
1. For **Create new run configuration**, type **Y**, then **Enter**.
5151
1. For **Define value for OS**, type **1** for Windows, or **2** for Linux, then **Enter**.
52-
1. For **Define value for javaVersion**, type **3** for Java 17, then **Enter**.
52+
1. For **Define value for javaVersion**, type **1** for Java 17, then **Enter**.
5353
1. For **Define value for webContainer**, type **1** for Tomcat 10.0, then **Enter**.
54-
1. For **Define value for pricingTier**, type **9** for P1v2, then **Enter**.
54+
1. For **Define value for pricingTier**, type **3** for P1v2, then **Enter**.
5555
1. For **Confirm**, type **Y**, then **Enter**.
5656

5757
```

0 commit comments

Comments
 (0)