File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ then, add the `gs-core` and `gs-ui-javafx` to your dependencies:
43
43
<dependency >
44
44
<groupId >com.github.graphstream</groupId >
45
45
<artifactId >gs-core</artifactId >
46
- <version >dev-SNAPSHOT </version >
46
+ <version >2.0 </version >
47
47
</dependency >
48
48
<dependency >
49
49
<groupId >com.github.graphstream</groupId >
50
50
<artifactId >gs-ui-javafx</artifactId >
51
- <version >dev-SNAPSHOT </version >
51
+ <version >2.0 </version >
52
52
</dependency >
53
53
```
54
54
Original file line number Diff line number Diff line change 21
21
22
22
<groupId >org.graphstream</groupId >
23
23
<artifactId >gs-ui-javafx</artifactId >
24
- <version >2.1-SNAPSHOT </version >
24
+ <version >2.0 </version >
25
25
26
26
<name >gs-ui-javafx</name >
27
27
<description >javafx interface for GraphStream</description >
251
251
<dependency >
252
252
<groupId >com.github.graphstream</groupId >
253
253
<artifactId >gs-core</artifactId >
254
- <version >dev-SNAPSHOT </version >
254
+ <version >2.0 </version >
255
255
<scope >provided</scope >
256
256
</dependency >
257
257
266
266
<dependency >
267
267
<groupId >com.github.graphstream</groupId >
268
268
<artifactId >gs-algo</artifactId >
269
- <version >dev-SNAPSHOT </version >
269
+ <version >2.0 </version >
270
270
<scope >test</scope >
271
271
</dependency >
272
272
You can’t perform that action at this time.
0 commit comments