Skip to content

Commit d461295

Browse files
authored
Update tutorial-java-spring-cosmosdb.md
Update the version of the azure-webapp-maven-plugin
1 parent a4ba46c commit d461295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)