Skip to content

Commit

Permalink
bumping version to 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihang Yao committed Apr 17, 2024
1 parent 1dfc9ca commit 2530514
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Change Log
==========
### 5.4.3 - 2024-04-17

#### Miscellaneous
* Updated FlatLaf to 3.4.1
* Updated rsyntaxtextarea to 3.4.0
* Updated sql-formatter to 2.0.5
* Updated GeoTools to 31.0
* Updated PostgreSQL JDBC driver to 42.7.3
* Updated PostGIS JDBC driver to 2023.1.0
* Update Oracle JDBC driver to 23.3.0.23.09
* Update Oracle sdoapi to 23.3.0.0
* Updated tika-core to 2.9.2
* Updated slf4j-nop to 2.0.10
* Updated h2 to 2.2.224
* Updated Saxon-HE to 12.4
* Updated tomcat-jdbc to 10.1.20
* Updated commons-compress to 1.26.1

### 5.4.2 - 2024-02-01

#### Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License

Latest release
--------------
The latest stable release of the 3D City Database Importer/Exporter is 5.4.2.
The latest stable release of the 3D City Database Importer/Exporter is 5.4.3.

Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.2/3DCityDB-Importer-Exporter-5.4.2.zip).
Download the software [here](https://github.com/3dcitydb/importer-exporter/releases/download/v5.4.3/3DCityDB-Importer-Exporter-5.4.3.zip).
Previous releases are available from the [releases section](https://github.com/3dcitydb/importer-exporter/releases).

System requirements
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens

apply from: 'properties.gradle'

version '5.4.2'
version '5.4.3'

subprojects {
apply plugin: 'java-library'
Expand Down

0 comments on commit 2530514

Please sign in to comment.