Skip to content

Commit

Permalink
Updating release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Azevedo committed Dec 27, 2020
1 parent 54d5fc3 commit 2ca00a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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.3-SNAPSHOT.jar
web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-4.0.0-SNAPSHOT.jar
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,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.3-SNAPSHOT.jar`
It will clean, compile and generate a `jar` at target directory, e.g. `financial-java-api-4.0.0-SNAPSHOT.jar`

### Execution

Expand Down Expand Up @@ -220,7 +220,7 @@ mvn integration-test
In order to run the API, run the jar simply as following:

```bash
java -jar financial-java-api-3.1.3-SNAPSHOT.jar --spring.profiles.active=dev
java -jar financial-java-api-4.0.0-SNAPSHOT.jar --spring.profiles.active=dev
```

or
Expand All @@ -246,7 +246,3 @@ By default, the API will be available at [http://localhost:8080/financial/v1](ht
### License

This API is licensed under the MIT License.

### Contributing

[![](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/images/0)](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/links/0)[![](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/images/1)](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/links/1)[![](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/images/2)](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/links/2)[![](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/images/3)](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/links/3)[![](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/images/4)](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/links/4)[![](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/images/5)](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/links/5)[![](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/images/6)](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/links/6)[![](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/images/7)](https://sourcerer.io/fame/mariazevedo88/mariazevedo88/financial-java-api/links/7)

0 comments on commit 2ca00a3

Please sign in to comment.