Skip to content

Commit 2ac508e

Browse files
committed
fix tomcat steps
1 parent 2f2afdd commit 2ac508e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The deployment process to Azure App Service uses your Azure credentials from the
5454
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.
5555

5656
```azurecli-interactive
57-
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.11.1:config
57+
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.12.0:config
5858
```
5959

6060
1. For **Create new run configuration**, type **Y**, then **Enter**.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The deployment process to Azure App Service uses your Azure credentials from the
4949
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.
5050

5151
```azurecli-interactive
52-
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.11.1:config
52+
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.12.0:config
5353
```
5454

5555
1. For **Create new run configuration**, type **Y**, then **Enter**.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If Maven isn't your preferred development tool, check out our similar tutorials
3030
Execute the following Maven command in the Cloud Shell prompt to create a new app named `helloworld`:
3131

3232
```azurecli-interactive
33-
mvn archetype:generate "-DgroupId=example.demo" "-DartifactId=helloworld" "-DarchetypeArtifactId=maven-archetype-webapp" "-Dversion=1.0-SNAPSHOT"
33+
mvn archetype:generate "-DgroupId=example.demo" "-DartifactId=helloworld" "-DarchetypeArtifactId=maven-archetype-webapp" "-DarchetypeVersion=1.3" "-Dversion=1.0-SNAPSHOT"
3434
```
3535

3636
Then change your working directory to the project folder:
@@ -46,7 +46,7 @@ The deployment process to Azure App Service uses your Azure credentials from the
4646
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.
4747

4848
```azurecli-interactive
49-
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.11.1:config
49+
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.12.0:config
5050
```
5151

5252
1. For **Create new run configuration**, type **Y**, then **Enter**.

articles/app-service/quickstart-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: azure, app service, web app, windows, linux, java, maven, quickstart
55
ms.assetid: 582bb3c2-164b-42f5-b081-95bfcb7a502a
66
ms.devlang: java
77
ms.topic: quickstart
8-
ms.date: 07/30/2023
8+
ms.date: 08/31/2023
99
ms.custom: mvc, seo-java-july2019, seo-java-august2019, seo-java-september2019, mode-other, devdivchpfy22, devx-track-java, devx-track-javaee-jbosseap-appsvc, devx-track-javaee-jbosseap, devx-track-javaee, devx-track-extended-java
1010
zone_pivot_groups: app-service-java-hosting
1111
adobe-target: true

0 commit comments

Comments
 (0)