File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/app-service/containers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ Open the `pom.xml` file in the `initial/spring-boot-todo` directory and add the
184
184
<plugin>
185
185
<groupId>com.microsoft.azure</groupId>
186
186
<artifactId>azure-webapp-maven-plugin</artifactId>
187
- <version>1.8 .0</version>
187
+ <version>1.9 .0</version>
188
188
<configuration>
189
189
<schemaVersion>v2</schemaVersion>
190
190
@@ -249,7 +249,7 @@ bash-3.2$ mvn azure-webapp:deploy
249
249
[INFO] Building spring-todo-app 2.0-SNAPSHOT
250
250
[INFO] ------------------------------------------------------------------------
251
251
[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 ---
253
253
[INFO] Target Web App doesn' t exist. Creating a new one...
254
254
[INFO] Creating App Service Plan ' ServicePlanb6ba8178-5bbb-49e7' ...
255
255
[INFO] Successfully created App Service Plan.
You can’t perform that action at this time.
0 commit comments