Skip to content

Commit

Permalink
Updating README.md, Procfile and pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Azevedo committed Sep 5, 2020
2 parents 2b0f813 + c36c014 commit ab393d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1-SNAPSHOT.jar
web: java -jar -Dspring.profiles.active=prod -Dserver.port=$PORT target/financial-java-api-3.1.2-SNAPSHOT.jar
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ This project was developed with:

* **Java 11 (Java Development Kit - JDK: 11.0.7)**
* **Spring Boot 2.3.3**
* **Spring Admin Client 2.2.4**
* **Spring Admin Client 2.3.0**
* **Maven**
* **JUnit 5**
* **Surfire**
Expand All @@ -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.1-SNAPSHOT.jar`
It will clean, compile and generate a `jar` at target directory, e.g. `financial-java-api-3.1.2-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.1-SNAPSHOT.jar --spring.profiles.active=dev
java -jar financial-java-api-3.1.2-SNAPSHOT.jar --spring.profiles.active=dev
```

or
Expand Down
4 changes: 2 additions & 2 deletions 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.1-SNAPSHOT</version>
<version>3.1.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>financial-java-api</name>
Expand All @@ -24,7 +24,7 @@
<swagger.version>3.0.0</swagger.version>
<modelmapper.version>2.3.8</modelmapper.version>
<bucket4j.version>4.10.0</bucket4j.version>
<spring.admin.version>2.2.4</spring.admin.version>
<spring.admin.version>2.3.0</spring.admin.version>
</properties>

<parent>
Expand Down

0 comments on commit ab393d1

Please sign in to comment.