Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 2548b4e

Browse files
Cleanup
1 parent b9aa986 commit 2548b4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
[![Build](https://img.shields.io/github/actions/workflow/status/xdev-software/xapi-db-hsql18/checkBuild.yml?branch=develop)](https://github.com/xdev-software/xapi-db-hsql18/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
33
[![javadoc](https://javadoc.io/badge2/com.xdev-software/xapi-db-hsql18/javadoc.svg)](https://javadoc.io/doc/com.xdev-software/xapi-db-hsql18)
44

5+
# SqlEngine Database Adapter HyperSQL 1.8
6+
57
> :warning: **Security Warning**: There is a known security issue with version 1.8 of
68
> HyperSQL: [Dependabot-Issue](https://github.com/xdev-software/xapi-db-hsql18/security/dependabot/1)
79
>
810
> If possible, please use [version 2](https://github.com/xdev-software/xapi-db-hsql2) of our connector!
911
10-
# SqlEngine Database Adapter HyperSQL 1.8
11-
1212
The XDEV Application Framework provides an abstraction over database dialects as part of its SqlEngine. This module is
1313
the Database Adapter for HSQL18 which includes the HyperSQL 1.8-specific implementation for database access.
1414

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.xdev-software</groupId>
88
<artifactId>xapi-db-hsql18</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SqlEngine Database Adapter HSQL18</name>

src/main/java/hsql.png

-943 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)