Skip to content

Commit 9773607

Browse files
authored
Update app-service-web-get-started-java.md
1 parent 33fd640 commit 9773607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/app-service-web-get-started-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Then add the following plugin definition inside the `<build>` element of the `po
5555
<plugin>
5656
<groupId>com.microsoft.azure</groupId>
5757
<artifactId>azure-webapp-maven-plugin</artifactId>
58-
<version>1.8.0</version>
58+
<version>1.9.0</version>
5959
<configuration>
6060
<!-- Specify v2 schema -->
6161
<schemaVersion>v2</schemaVersion>

0 commit comments

Comments
 (0)