Java21 and some refactoring.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ba85f54b16
commit
dbdfb0c8a4
14 changed files with 101 additions and 87 deletions
6
pom.xml
6
pom.xml
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>ch.fritteli</groupId>
|
||||
<artifactId>fritteli-build-parent</artifactId>
|
||||
<version>5.0.0</version>
|
||||
<version>5.1.0</version>
|
||||
</parent>
|
||||
|
||||
<groupId>ch.fritteli.a-maze-r</groupId>
|
||||
|
|
@ -55,9 +55,9 @@
|
|||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
<maze-generator.version>0.1.0</maze-generator.version>
|
||||
<maze-generator.version>0.2.1</maze-generator.version>
|
||||
<maven-site-plugin.version>4.0.0-M8</maven-site-plugin.version>
|
||||
<undertow.version>2.3.5.Final</undertow.version>
|
||||
<undertow.version>2.3.13.Final</undertow.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue