File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Maven coordinates:
31
31
<dependency>
32
32
<groupId>io.github.eckig.grapheditor</groupId>
33
33
<artifactId>grapheditor-core</artifactId>
34
- <version>18.0.0 </version>
34
+ <version>18.0.1 </version>
35
35
</dependency>
36
36
```
37
37
Download the latest [ Release] ( https://github.com/eckig/graph-editor/releases ) .
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >io.github.eckig</groupId >
10
10
<artifactId >grapheditor</artifactId >
11
- <version >18.0.0 </version >
11
+ <version >18.0.1 </version >
12
12
</parent >
13
13
<name >${component.name} ::API</name >
14
14
15
15
<dependencies >
16
16
<dependency >
17
17
<groupId >io.github.eckig.grapheditor</groupId >
18
18
<artifactId >grapheditor-model</artifactId >
19
- <version >18.0.0 </version >
19
+ <version >18.0.1 </version >
20
20
</dependency >
21
21
<dependency >
22
22
<groupId >org.eclipse.emf</groupId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >io.github.eckig</groupId >
10
10
<artifactId >grapheditor</artifactId >
11
- <version >18.0.0 </version >
11
+ <version >18.0.1 </version >
12
12
</parent >
13
13
<name >${component.name} ::Core</name >
14
14
15
15
<dependencies >
16
16
<dependency >
17
17
<groupId >io.github.eckig.grapheditor</groupId >
18
18
<artifactId >grapheditor-api</artifactId >
19
- <version >18.0.0 </version >
19
+ <version >18.0.1 </version >
20
20
</dependency >
21
21
<dependency >
22
22
<groupId >org.eclipse.emf</groupId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >io.github.eckig</groupId >
10
10
<artifactId >grapheditor</artifactId >
11
- <version >18.0.0 </version >
11
+ <version >18.0.1 </version >
12
12
</parent >
13
13
<name >${component.name} ::Demo</name >
14
14
32
32
<dependency >
33
33
<groupId >io.github.eckig.grapheditor</groupId >
34
34
<artifactId >grapheditor-core</artifactId >
35
- <version >18.0.0 </version >
35
+ <version >18.0.1 </version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >io.github.eckig</groupId >
10
10
<artifactId >grapheditor</artifactId >
11
- <version >18.0.0 </version >
11
+ <version >18.0.1 </version >
12
12
</parent >
13
13
<name >${component.name} ::Model</name >
14
14
Original file line number Diff line number Diff line change 6
6
<name >${component.name} </name >
7
7
<groupId >io.github.eckig</groupId >
8
8
<artifactId >grapheditor</artifactId >
9
- <version >18.0.0 </version >
9
+ <version >18.0.1 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<description >A library for creating and editing graph-like diagrams in JavaFX</description >
You can’t perform that action at this time.
0 commit comments