Released 0.0.0

This commit is contained in:
Robert Vokac 2023-07-01 13:49:03 +02:00
parent 37867a7379
commit a63b2c2c00
Signed by: robertvokac
GPG Key ID: 693D30BEE3329055
5 changed files with 10 additions and 10 deletions

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.nanoboot.nanodata</groupId>
<artifactId>nanodata-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.nanoboot.nanodata</groupId>
<artifactId>nanodata-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.nanoboot.nanodata</groupId>
<artifactId>nanodata-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@ -33,7 +33,7 @@
<name>nanodata persistence-impl-sqlite</name>
<description>persistence impl sqlite</description>
<properties>
<db-migration-core.version>0.1.0-SNAPSHOT</db-migration-core.version>
</properties>
<build>

View File

@ -24,7 +24,7 @@
<parent>
<groupId>org.nanoboot.nanodata</groupId>
<artifactId>nanodata-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

10
pom.xml
View File

@ -26,12 +26,12 @@
<parent>
<groupId>org.nanoboot.essential</groupId>
<artifactId>nanoboot-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<groupId>org.nanoboot.nanodata</groupId>
<artifactId>nanodata-parent</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.0</version>
<packaging>pom</packaging>
<name>nanodata</name>
@ -46,13 +46,13 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<nanodata.version>0.0.0-SNAPSHOT</nanodata.version>
<power.version>2.0.0-SNAPSHOT</power.version>
<nanodata.version>0.0.0</nanodata.version>
<power.version>2.0.0</power.version>
<log4j.version>2.17.0</log4j.version>
<springframework.version>6.0.7</springframework.version>
<checkstyle.skip>true</checkstyle.skip><!-- TODO: make false-->
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
<db-migration-core.version>0.1.0-SNAPSHOT</db-migration-core.version>
<db-migration-core.version>0.1.0</db-migration-core.version>
</properties>
<build>