Skip to content

Commit 979865d

Browse files
authored
Merge pull request #192901 from v-yuyul/patch-1
Update maven web app plugin version to latest
2 parents 7fa8807 + ff16abd commit 979865d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-java-spring-cosmosdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Open the `pom.xml` file in the `initial/spring-boot-todo` directory and add the
183183
<plugin>
184184
<groupId>com.microsoft.azure</groupId>
185185
<artifactId>azure-webapp-maven-plugin</artifactId>
186-
<version>2.2.3</version>
186+
<version>2.5.0</version>
187187
<configuration>
188188
<schemaVersion>v2</schemaVersion>
189189
@@ -248,7 +248,7 @@ bash-3.2$ mvn azure-webapp:deploy
248248
[INFO] Building spring-todo-app 2.0-SNAPSHOT
249249
[INFO] ------------------------------------------------------------------------
250250
[INFO]
251-
[INFO] --- azure-webapp-maven-plugin:2.2.3:deploy (default-cli) @ spring-todo-app ---
251+
[INFO] --- azure-webapp-maven-plugin:2.5.0:deploy (default-cli) @ spring-todo-app ---
252252
Auth Type: AZURE_CLI
253253
Default subscription: xxxxxxxxx
254254
Username: xxxxxxxxx

0 commit comments

Comments
 (0)