Skip to content

Commit 58e29ec

Browse files
committed
Version bump
1 parent acd2dca commit 58e29ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ then, add the `gs-core` and `gs-algo` to your dependencies:
3636
<dependency>
3737
<groupId>com.github.graphstream</groupId>
3838
<artifactId>gs-core</artifactId>
39-
<version>dev-SNAPSHOT</version>
39+
<version>2.0</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.github.graphstream</groupId>
4343
<artifactId>gs-algo</artifactId>
44-
<version>dev-SNAPSHOT</version>
44+
<version>2.0</version>
4545
</dependency>
4646
```
4747

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.graphstream</groupId>
2828
<artifactId>gs-algo</artifactId>
29-
<version>2.1-SNAPSHOT</version>
29+
<version>2.0</version>
3030

3131
<name>gs-algo</name>
3232
<description>
@@ -263,7 +263,7 @@
263263
<dependency>
264264
<groupId>com.github.graphstream</groupId>
265265
<artifactId>gs-core</artifactId>
266-
<version>dev-SNAPSHOT</version>
266+
<version>2.0</version>
267267
<scope>provided</scope>
268268
</dependency>
269269
</dependencies>

0 commit comments

Comments
 (0)