From e9fcbc7f54be6d506d9f41c38e78afc788652970 Mon Sep 17 00:00:00 2001 From: Mariana Azevedo Date: Fri, 3 Jul 2020 00:59:44 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a76b3b7..0139bb5 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ This project was developed with: * **PostgreSQL 12** * **Flyway 6.4.1** * **Swagger 2.9.2** -* **Model Mapper 2.3.7** +* **Model Mapper 2.3.8** * **Heroku** * **EhCache** * **Bucket4j 4.10.0** @@ -178,7 +178,7 @@ The API also was developed to run with an `jar`. In order to generate this `jar` mvn package ``` -It will clean, compile and generate a `jar` at target directory, e.g. `financial-java-api-3.0.0-SNAPSHOT.jar` +It will clean, compile and generate a `jar` at target directory, e.g. `financial-java-api-3.0.1-SNAPSHOT.jar` ### Execution @@ -216,7 +216,7 @@ mvn integration-test In order to run the API, run the jar simply as following: ```bash -java -jar financial-java-api-3.0.0-SNAPSHOT.jar --spring.profiles.active=prod +java -jar financial-java-api-3.0.1-SNAPSHOT.jar --spring.profiles.active=prod ``` or