Skip to content

Commit b0f6866

Browse files
committed
Release 19.0.0
1 parent d3c096a commit b0f6866

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-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.1</version>
34+
<version>19.0.0</version>
3535
</dependency>
3636
```
3737
Download the latest [Release](https://github.com/eckig/graph-editor/releases).

api/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.1</version>
11+
<version>19.0.0</version>
1212
</parent>
1313
<name>${component.name}::API</name>
1414

core/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.1</version>
11+
<version>19.0.0</version>
1212
</parent>
1313
<name>${component.name}::Core</name>
1414

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.1</version>
11+
<version>19.0.0</version>
1212
</parent>
1313
<name>${component.name}::Model</name>
1414

pom.xml

+1-5
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.1</version>
9+
<version>19.0.0</version>
1010
<packaging>pom</packaging>
1111

1212
<description>A library for creating and editing graph-like diagrams in JavaFX</description>
@@ -65,7 +65,6 @@
6565
<org.slf4j.version>2.0.5</org.slf4j.version>
6666
<org.openjfx.version>19</org.openjfx.version>
6767
<openjfx-monocle.version>jdk-12.0.1+2</openjfx-monocle.version>
68-
<gpg.sign.skip>false</gpg.sign.skip>
6968
</properties>
7069

7170
<modules>
@@ -144,9 +143,6 @@
144143
<groupId>org.apache.maven.plugins</groupId>
145144
<artifactId>maven-gpg-plugin</artifactId>
146145
<version>3.0.1</version>
147-
<configuration>
148-
<skip>${gpg.sign.skip}</skip>
149-
</configuration>
150146
<executions>
151147
<execution>
152148
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)