diff --git a/README.md b/README.md
index 2500f482..7cb857f6 100644
--- a/README.md
+++ b/README.md
@@ -30,11 +30,11 @@ then, add the `gs-core` to your dependencies:
com.github.graphstream
gs-core
- 2.0-alpha
+ 2.0
```
-You can use any version of `gs-core` you need. Simply specify the desired version in the `` tag. The version can be a git tag name (e.g. `2.0-alpha`), a commit number, or a branch name followed by `-SNAPSHOT` (e.g. `dev-SNAPSHOT`). More details on the [possible versions on jitpack](https://jitpack.io/#graphstream/gs-core).
+You can use any version of `gs-core` you need. Simply specify the desired version in the `` tag. The version can be a git tag name (e.g. `2.0`), a commit number, or a branch name followed by `-SNAPSHOT` (e.g. `dev-SNAPSHOT`). More details on the [possible versions on jitpack](https://jitpack.io/#graphstream/gs-core).
## User interface
diff --git a/pom.xml b/pom.xml
index 7d2806db..9dfc5501 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
org.graphstream
gs-core
- 2.0.0-SNAPSHOT
+ 2.0
gs-core