Skip to content

Commit e7be49b

Browse files
authored
Merge pull request #157671 from SunnyChen1/patch-4
Update tutorial-java-spring-cosmosdb.md
2 parents c817e38 + 7943541 commit e7be49b

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>1.13.0</version>
186+
<version>1.14.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:1.11.0:deploy (default-cli) @ spring-todo-app ---
251+
[INFO] --- azure-webapp-maven-plugin:1.14.0:deploy (default-cli) @ spring-todo-app ---
252252
[INFO] Auth Type : AZURE_CLI, Auth Files : [C:\Users\testuser\.azure\azureProfile.json, C:\Users\testuser\.azure\accessTokens.json]
253253
[INFO] Subscription : xxxxxxxxx
254254
[INFO] Target Web App doesn't exist. Creating a new one...

0 commit comments

Comments
 (0)