Skip to content

Commit c97a8be

Browse files
committed
Prepare 11.0.8
1 parent 8300a40 commit c97a8be

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

api/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>fx.graph.editor</groupId>
99
<artifactId>graph-editor</artifactId>
10-
<version>11.0.7</version>
10+
<version>11.0.8</version>
1111
</parent>
1212
<name>${component.name}::API</name>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>fx.graph.editor</groupId>
1717
<artifactId>graph-editor-model</artifactId>
18-
<version>11.0.7</version>
18+
<version>11.0.8</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.eclipse.emf</groupId>

core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<parent>
88
<groupId>fx.graph.editor</groupId>
99
<artifactId>graph-editor</artifactId>
10-
<version>11.0.7</version>
10+
<version>11.0.8</version>
1111
</parent>
1212
<name>${component.name}::Core</name>
1313

1414
<dependencies>
1515
<dependency>
1616
<groupId>fx.graph.editor</groupId>
1717
<artifactId>graph-editor-api</artifactId>
18-
<version>11.0.7</version>
18+
<version>11.0.8</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.eclipse.emf</groupId>

demo/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>fx.graph.editor</groupId>
99
<artifactId>graph-editor</artifactId>
10-
<version>11.0.7</version>
10+
<version>11.0.8</version>
1111
</parent>
1212
<name>${component.name}::Demo</name>
1313

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>fx.graph.editor</groupId>
3333
<artifactId>graph-editor-core</artifactId>
34-
<version>11.0.7</version>
34+
<version>11.0.8</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.slf4j</groupId>

model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>fx.graph.editor</groupId>
99
<artifactId>graph-editor</artifactId>
10-
<version>11.0.7</version>
10+
<version>11.0.8</version>
1111
</parent>
1212
<name>${component.name}::Model</name>
1313

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>${component.name}</name>
77
<groupId>fx.graph.editor</groupId>
88
<artifactId>graph-editor</artifactId>
9-
<version>11.0.7</version>
9+
<version>11.0.8</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)