File tree 5 files changed +5
-9
lines changed
5 files changed +5
-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.1 </version>
34
+ <version>19 .0.0 </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.1 </version >
11
+ <version >19 .0.0 </version >
12
12
</parent >
13
13
<name >${component.name} ::API</name >
14
14
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.1 </version >
11
+ <version >19 .0.0 </version >
12
12
</parent >
13
13
<name >${component.name} ::Core</name >
14
14
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.1 </version >
11
+ <version >19 .0.0 </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.1 </version >
9
+ <version >19 .0.0 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<description >A library for creating and editing graph-like diagrams in JavaFX</description >
65
65
<org .slf4j.version>2.0.5</org .slf4j.version>
66
66
<org .openjfx.version>19</org .openjfx.version>
67
67
<openjfx-monocle .version>jdk-12.0.1+2</openjfx-monocle .version>
68
- <gpg .sign.skip>false</gpg .sign.skip>
69
68
</properties >
70
69
71
70
<modules >
144
143
<groupId >org.apache.maven.plugins</groupId >
145
144
<artifactId >maven-gpg-plugin</artifactId >
146
145
<version >3.0.1</version >
147
- <configuration >
148
- <skip >${gpg.sign.skip} </skip >
149
- </configuration >
150
146
<executions >
151
147
<execution >
152
148
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments