Skip to content

Commit c3d06c6

Browse files
committed
release 2.0-alpha
1 parent 8d9c5ba commit c3d06c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ then, add the `gs-core` and `gs-ui-javafx` to your dependencies:
4343
<dependency>
4444
<groupId>com.github.graphstream</groupId>
4545
<artifactId>gs-core</artifactId>
46-
<version>dev-SNAPSHOT</version>
46+
<version>2.0-alpha</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.github.graphstream</groupId>
5050
<artifactId>gs-ui-javafx</artifactId>
51-
<version>dev-SNAPSHOT</version>
51+
<version>2.0-alpha</version>
5252
</dependency>
5353
```
5454

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.graphstream</groupId>
2323
<artifactId>gs-ui-javafx</artifactId>
24-
<version>0.0.1-SNAPSHOT</version>
24+
<version>2.0-alpha</version>
2525

2626
<name>gs-ui-javafx</name>
2727
<description>javafx interface for GraphStream</description>
@@ -227,7 +227,7 @@
227227
<dependency>
228228
<groupId>com.github.graphstream</groupId>
229229
<artifactId>gs-core</artifactId>
230-
<version>dev-SNAPSHOT</version>
230+
<version>2.0-alpha</version>
231231
<scope>provided</scope>
232232
</dependency>
233233

@@ -242,7 +242,7 @@
242242
<dependency>
243243
<groupId>com.github.graphstream</groupId>
244244
<artifactId>gs-algo</artifactId>
245-
<version>dev-SNAPSHOT</version>
245+
<version>2.0-alpha</version>
246246
<scope>test</scope>
247247
</dependency>
248248

0 commit comments

Comments
 (0)