Skip to content

Commit ba9861e

Browse files
committed
Update sample project version
1 parent e8511ef commit ba9861e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/spring-apps/enterprise/includes/quickstart-deploy-web-app/deploy-enterprise-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Now that the cloud environment is prepared, the application is ready to deploy.
242242
az spring app deploy \
243243
--service ${AZURE_SPRING_APPS_NAME} \
244244
--name ${APP_NAME} \
245-
--artifact-path web/target/simple-todo-web-0.0.2-SNAPSHOT.jar
245+
--artifact-path web/target/simple-todo-web-0.0.3-SNAPSHOT.jar
246246
```
247247

248248
---

articles/spring-apps/enterprise/includes/quickstart-deploy-web-app/prepare-web-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For clarity of structure, a separate markdown file is used to describe how to pr
2929
1. Use the following command to run the sample application:
3030

3131
```bash
32-
java -jar web/target/simple-todo-web-0.0.2-SNAPSHOT.jar
32+
java -jar web/target/simple-todo-web-0.0.3-SNAPSHOT.jar
3333
```
3434

3535
1. Go to `http://localhost:8080` in your browser to access the application.

articles/spring-apps/enterprise/includes/quickstart/deploy-app-with-enterprise-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Use the following command to deploy the *.jar* file for the app:
212212
az spring app deploy \
213213
--service ${SERVICE_NAME} \
214214
--name ${APP_NAME} \
215-
--artifact-path target/demo-0.0.2-SNAPSHOT.jar
215+
--artifact-path target/demo-0.0.1-SNAPSHOT.jar
216216
```
217217

218218
Deploying the application can take a few minutes.

0 commit comments

Comments
 (0)