Skip to content

Commit

Permalink
Updating API version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Azevedo committed Aug 24, 2020
1 parent a129d91 commit 1dc6d33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-3.1.0-SNAPSHOT.jar
web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-3.1.1-SNAPSHOT.jar
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.mariazevedo88</groupId>
<artifactId>financial-java-api</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>financial-java-api</name>
Expand Down

0 comments on commit 1dc6d33

Please sign in to comment.