Released 0.1.0

This commit is contained in:
Robert Vokac 2023-07-01 11:52:58 +02:00
parent f1eb5ea6ea
commit 8264024b83
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -24,7 +24,7 @@
<groupId>org.nanoboot.essential</groupId>
<artifactId>nanoboot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>
<name>Nanoboot Parent</name>
@ -37,7 +37,7 @@
<checkstyle-config-location-path>nanoboot_checks.xml</checkstyle-config-location-path>
<checkstyle-config-location>${checkstyle-config-location-path}</checkstyle-config-location>
<javase.version>19</javase.version>
<nanoboot-checks.version>0.1.0-SNAPSHOT</nanoboot-checks.version>
<nanoboot-checks.version>0.1.0</nanoboot-checks.version>
<!-- space -->
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>