Skip to content

Commit 14ba3c8

Browse files
author
Zhihang Yao
committed
Merge branch 'release-5.4'
2 parents 19aed19 + 35886cb commit 14ba3c8

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Change Log
22
==========
3+
### 5.4.2 - 2024-02-01
4+
5+
#### Fixes
6+
* Fixed global-to-local appearance converter to avoid duplicate exports.[#298](https://github.com/3dcitydb/importer-exporter/pull/298)
7+
38
### 5.4.1 - 2024-01-19
49

510
#### Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ previous release of the 3D City Database Importer/Exporter under Apache License
4747

4848
Latest release
4949
--------------
50-
The latest stable release of the 3D City Database Importer/Exporter is 5.4.1.
50+
The latest stable release of the 3D City Database Importer/Exporter is 5.4.2.
5151

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

5555
System requirements

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
22

33
apply from: 'properties.gradle'
44

5-
version '5.4.1'
5+
version '5.4.2'
66

77
subprojects {
88
apply plugin: 'java-library'

0 commit comments

Comments
 (0)