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-alpha </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-alpha </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 >0.0.1-SNAPSHOT </version >
24
+ <version >2.0-alpha </version >
25
25
26
26
<name >gs-ui-javafx</name >
27
27
<description >javafx interface for GraphStream</description >
227
227
<dependency >
228
228
<groupId >com.github.graphstream</groupId >
229
229
<artifactId >gs-core</artifactId >
230
- <version >dev-SNAPSHOT </version >
230
+ <version >2.0-alpha </version >
231
231
<scope >provided</scope >
232
232
</dependency >
233
233
242
242
<dependency >
243
243
<groupId >com.github.graphstream</groupId >
244
244
<artifactId >gs-algo</artifactId >
245
- <version >dev-SNAPSHOT </version >
245
+ <version >2.0-alpha </version >
246
246
<scope >test</scope >
247
247
</dependency >
248
248
You can’t perform that action at this time.
0 commit comments