From c3d06c67a0fd0c29c08d66f004f649881e07068a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Pign=C3=A9?= Date: Thu, 12 Apr 2018 10:54:03 +0200 Subject: [PATCH] release 2.0-alpha --- README.md | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74eed55..0df952a 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ then, add the `gs-core` and `gs-ui-javafx` to your dependencies: com.github.graphstream gs-core - dev-SNAPSHOT + 2.0-alpha com.github.graphstream gs-ui-javafx - dev-SNAPSHOT + 2.0-alpha ``` diff --git a/pom.xml b/pom.xml index 508aba6..517e6cf 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.graphstream gs-ui-javafx - 0.0.1-SNAPSHOT + 2.0-alpha gs-ui-javafx javafx interface for GraphStream @@ -227,7 +227,7 @@ com.github.graphstream gs-core - dev-SNAPSHOT + 2.0-alpha provided @@ -242,7 +242,7 @@ com.github.graphstream gs-algo - dev-SNAPSHOT + 2.0-alpha test