Skip to content

Commit 4ab1a8e

Browse files
committed
Version bump
1 parent dfa9f5f commit 4ab1a8e

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</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</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>2.1-SNAPSHOT</version>
24+
<version>2.0</version>
2525

2626
<name>gs-ui-javafx</name>
2727
<description>javafx interface for GraphStream</description>
@@ -251,7 +251,7 @@
251251
<dependency>
252252
<groupId>com.github.graphstream</groupId>
253253
<artifactId>gs-core</artifactId>
254-
<version>dev-SNAPSHOT</version>
254+
<version>2.0</version>
255255
<scope>provided</scope>
256256
</dependency>
257257

@@ -266,7 +266,7 @@
266266
<dependency>
267267
<groupId>com.github.graphstream</groupId>
268268
<artifactId>gs-algo</artifactId>
269-
<version>dev-SNAPSHOT</version>
269+
<version>2.0</version>
270270
<scope>test</scope>
271271
</dependency>
272272

0 commit comments

Comments
 (0)