Skip to content

Commit ca28895

Browse files
authored
Update quickstart-java.md
Upgrade the version number of the web app plugin
1 parent 262a633 commit ca28895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/containers/quickstart-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ az login
4848

4949
Then you can configure the deployment, run the maven command in the Command Prompt and use the default configurations by pressing **ENTER** until you get the **Confirm (Y/N)** prompt, then press **'y'** and the configuration is done.
5050
```cmd
51-
mvn com.microsoft.azure:azure-webapp-maven-plugin:1.9.0:config
51+
mvn com.microsoft.azure:azure-webapp-maven-plugin:1.9.1:config
5252
```
5353
A sample process looks like:
5454

5555
```cmd
56-
~@Azure:~/helloworld$ mvn com.microsoft.azure:azure-webapp-maven-plugin:1.9.0:config
56+
~@Azure:~/helloworld$ mvn com.microsoft.azure:azure-webapp-maven-plugin:1.9.1:config
5757
[INFO] Scanning for projects...
5858
[INFO]
5959
[INFO] ----------------------< example.demo:helloworld >-----------------------
6060
[INFO] Building helloworld Maven Webapp 1.0-SNAPSHOT
6161
[INFO] --------------------------------[ war ]---------------------------------
6262
[INFO]
63-
[INFO] --- azure-webapp-maven-plugin:1.9.0:config (default-cli) @ helloworld ---
63+
[INFO] --- azure-webapp-maven-plugin:1.9.1:config (default-cli) @ helloworld ---
6464
[WARNING] The plugin may not work if you change the os of an existing webapp.
6565
Define value for OS(Default: Linux):
6666
1. linux [*]

0 commit comments

Comments
 (0)