Skip to content

Commit

Permalink
Updating version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Azevedo committed Apr 6, 2020
1 parent e9c98b1 commit dfa837d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The API also was developed to run with an jar. In order to generate this jar, yo
mvn package
```

It will clean, compile and generate a jar at target directory, e.g. `financial-java-api-2.0.0.jar`
It will clean, compile and generate a jar at target directory, e.g. `financial-java-api-2.0.0-SNAPSHOT.jar`

### Execution

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

```
java -jar financial-java-api-2.0.0.jar --spring.profiles.active=prod
java -jar financial-java-api-2.0.0-SNAPSHOT.jar --spring.profiles.active=prod
```

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>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>financial-java-api</name>
Expand Down
2 changes: 1 addition & 1 deletion system.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java.runtime.version=11
java.runtime.version=11

0 comments on commit dfa837d

Please sign in to comment.