Skip to content

Commit 1070232

Browse files
committed
chore: prepare release
1 parent a5f2c4f commit 1070232

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
### Fixed
2424
- ...
2525

26-
## [1.9.0] - 2025-08-xx
26+
## [1.9.0] - 2025-10-07
2727

2828
### Added
2929
- Supporting the 'union', 'intersect', and 'except' set operations.

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,6 @@
4949
</developer>
5050
</developers>
5151

52-
<!-- Temporarily enable snapshot repo to find UCanAccess dep -->
53-
<repositories>
54-
<repository>
55-
<id>central-snapshots</id>
56-
<name>Central Repository Snapshots</name>
57-
<url>https://central.sonatype.com/repository/maven-snapshots</url>
58-
<layout>default</layout>
59-
<snapshots>
60-
<enabled>true</enabled>
61-
</snapshots>
62-
</repository>
63-
</repositories>
64-
6552
<scm>
6653
<connection>scm:git:https://github.com/torand/FasterSQL.git</connection>
6754
<developerConnection>scm:git:https://github.com/torand/FasterSQL.git</developerConnection>
@@ -111,7 +98,7 @@
11198
<mariadb-java-client.version>3.5.4</mariadb-java-client.version>
11299
<postgresql.version>42.7.7</postgresql.version>
113100
<mssql-jdbc.version>13.2.0.jre11</mssql-jdbc.version>
114-
<ucanaccess.version>5.1.4-SNAPSHOT</ucanaccess.version>
101+
<ucanaccess.version>5.1.4</ucanaccess.version>
115102
<mybatis.version>3.5.19</mybatis.version>
116103
<sqlite-jdbc.version>3.50.3.0</sqlite-jdbc.version>
117104
<hsqldb.version>2.7.4</hsqldb.version>

0 commit comments

Comments
 (0)