Skip to content

Commit 76ec60c

Browse files
authored
Merge pull request #101662 from Elvira-sxr/patch-4
Update tutorial-java-spring-cosmosdb.md
2 parents 36fe59e + f9730be commit 76ec60c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Open the `pom.xml` file in the `initial/spring-boot-todo` directory and add the
184184
<plugin>
185185
<groupId>com.microsoft.azure</groupId>
186186
<artifactId>azure-webapp-maven-plugin</artifactId>
187-
<version>1.8.0</version>
187+
<version>1.9.0</version>
188188
<configuration>
189189
<schemaVersion>v2</schemaVersion>
190190
@@ -249,7 +249,7 @@ bash-3.2$ mvn azure-webapp:deploy
249249
[INFO] Building spring-todo-app 2.0-SNAPSHOT
250250
[INFO] ------------------------------------------------------------------------
251251
[INFO]
252-
[INFO] --- azure-webapp-maven-plugin:1.8.0:deploy (default-cli) @ spring-todo-app ---
252+
[INFO] --- azure-webapp-maven-plugin:1.9.0:deploy (default-cli) @ spring-todo-app ---
253253
[INFO] Target Web App doesn't exist. Creating a new one...
254254
[INFO] Creating App Service Plan 'ServicePlanb6ba8178-5bbb-49e7'...
255255
[INFO] Successfully created App Service Plan.

0 commit comments

Comments
 (0)