Kotlin project builds

This commit is contained in:
2025-03-14 23:28:30 -04:00
parent 11e3200ff7
commit 5497238fb1
15 changed files with 260 additions and 266 deletions

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>solutions.bitbadger.documents</groupId>
<artifactId>java</artifactId>
<artifactId>jvm</artifactId>
<version>4.0.0-alpha1-SNAPSHOT</version>
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>Expose a document store interface for PostgreSQL and SQLite (Java Library)</description>
<description>Expose a document store interface for PostgreSQL and SQLite (Standard JVM Library)</description>
<url>https://bitbadger.solutions/open-source/relational-documents/jvm/</url>
<scm>