Skip to content

Commit 92a3e5a

Browse files
committed
Release 18.0.1
1 parent 9fe6c0f commit 92a3e5a

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Maven coordinates:
3131
<dependency>
3232
<groupId>io.github.eckig.grapheditor</groupId>
3333
<artifactId>grapheditor-core</artifactId>
34-
<version>18.0.0</version>
34+
<version>18.0.1</version>
3535
</dependency>
3636
```
3737
Download the latest [Release](https://github.com/eckig/graph-editor/releases).

api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<parent>
99
<groupId>io.github.eckig</groupId>
1010
<artifactId>grapheditor</artifactId>
11-
<version>18.0.0</version>
11+
<version>18.0.1</version>
1212
</parent>
1313
<name>${component.name}::API</name>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>io.github.eckig.grapheditor</groupId>
1818
<artifactId>grapheditor-model</artifactId>
19-
<version>18.0.0</version>
19+
<version>18.0.1</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.eclipse.emf</groupId>

core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<parent>
99
<groupId>io.github.eckig</groupId>
1010
<artifactId>grapheditor</artifactId>
11-
<version>18.0.0</version>
11+
<version>18.0.1</version>
1212
</parent>
1313
<name>${component.name}::Core</name>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>io.github.eckig.grapheditor</groupId>
1818
<artifactId>grapheditor-api</artifactId>
19-
<version>18.0.0</version>
19+
<version>18.0.1</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.eclipse.emf</groupId>

demo/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.github.eckig</groupId>
1010
<artifactId>grapheditor</artifactId>
11-
<version>18.0.0</version>
11+
<version>18.0.1</version>
1212
</parent>
1313
<name>${component.name}::Demo</name>
1414

@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>io.github.eckig.grapheditor</groupId>
3434
<artifactId>grapheditor-core</artifactId>
35-
<version>18.0.0</version>
35+
<version>18.0.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.slf4j</groupId>

model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.github.eckig</groupId>
1010
<artifactId>grapheditor</artifactId>
11-
<version>18.0.0</version>
11+
<version>18.0.1</version>
1212
</parent>
1313
<name>${component.name}::Model</name>
1414

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>${component.name}</name>
77
<groupId>io.github.eckig</groupId>
88
<artifactId>grapheditor</artifactId>
9-
<version>18.0.0</version>
9+
<version>18.0.1</version>
1010
<packaging>pom</packaging>
1111

1212
<description>A library for creating and editing graph-like diagrams in JavaFX</description>

0 commit comments

Comments
 (0)