From 1dc6d3325c7e68ca8fc84b80afbd14625d209d32 Mon Sep 17 00:00:00 2001 From: Mariana Azevedo Date: Mon, 24 Aug 2020 00:20:10 -0300 Subject: [PATCH] Updating API version. --- Procfile | 2 +- README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Procfile b/Procfile index e91e699..496aa7d 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-3.1.0-SNAPSHOT.jar \ No newline at end of file +web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-3.1.1-SNAPSHOT.jar \ No newline at end of file diff --git a/README.md b/README.md index f92182d..e62a194 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,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.1.0-SNAPSHOT.jar` +It will clean, compile and generate a `jar` at target directory, e.g. `financial-java-api-3.1.1-SNAPSHOT.jar` ### Execution @@ -217,7 +217,7 @@ mvn integration-test In order to run the API, run the jar simply as following: ```bash -java -jar financial-java-api-3.1.0-SNAPSHOT.jar --spring.profiles.active=dev +java -jar financial-java-api-3.1.1-SNAPSHOT.jar --spring.profiles.active=dev ``` or diff --git a/pom.xml b/pom.xml index 14d1ed1..510ebeb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.mariazevedo88 financial-java-api - 3.1.0-SNAPSHOT + 3.1.1-SNAPSHOT jar financial-java-api