Skip to content

Commit 19ebd8a

Browse files
authored
Merge pull request #101045 from Elvira-sxr/patch-1
Update app-service-web-get-started-java.md
2 parents 42a76bf + 9773607 commit 19ebd8a

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)