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

Commit e7b4807

Browse files
False Version update redacted
1 parent 5b7dda9 commit e7b4807

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://maven.apache.org/POM/4.0.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

@@ -10,13 +10,13 @@
1010
<packaging>jar</packaging>
1111

1212
<name>SqlEngine Database Adapter HSQL18</name>
13-
<description>XAPI SqlEngine Database Adapter for HSQL18</description>
14-
<url>https://github.com/xdev-software/xapi-db-hsql18</url>
13+
<description>XAPI SqlEngine Database Adapter for HSQL18</description>
14+
<url>https://github.com/xdev-software/xapi-db-hsql18</url>
1515

1616
<scm>
17-
<url>https://github.com/xdev-software/xapi-db-hsql18</url>
18-
<connection>https://github.com/xdev-software/xapi-db-hsql18.git</connection>
19-
</scm>
17+
<url>https://github.com/xdev-software/xapi-db-hsql18</url>
18+
<connection>https://github.com/xdev-software/xapi-db-hsql18.git</connection>
19+
</scm>
2020

2121
<inceptionYear>2003</inceptionYear>
2222

@@ -50,7 +50,7 @@
5050
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5151

5252
<xdev.xapi.version>6.0.1</xdev.xapi.version>
53-
<hsql.version>2.7.1</hsql.version>
53+
<hsql.version>1.8.0.10</hsql.version>
5454
</properties>
5555

5656
<repositories>

0 commit comments

Comments
 (0)