diff --git a/README.md b/README.md
index c2e6a7b..37e1bc2 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -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
diff --git a/pom.xml b/pom.xml
index e108703..f4b198f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.github.mariazevedo88
financial-java-api
- 2.0.0
+ 2.0.0-SNAPSHOT
jar
financial-java-api
diff --git a/system.properties b/system.properties
index 180a273..9146af5 100644
--- a/system.properties
+++ b/system.properties
@@ -1 +1 @@
-java.runtime.version=11
\ No newline at end of file
+java.runtime.version=11