Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history


# Conflicts:
#	build.gradle
  • Loading branch information
clausnagel committed Sep 9, 2024
2 parents 51aafd8 + 28157e9 commit b8b4f31
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
Change Log
==========

### 5.3.2 - 2024-04-19

This release is based on the Importer/Exporter version 5.4.3 libraries, and thus incorporates all bug fixes and updates
introduced in that version ([more information](https://github.com/3dcitydb/importer-exporter/releases/tag/v5.4.3)).

##### Miscellaneous
* Updated ipaddress to 5.5.0.

### 5.3.1 - 2023-09-21

* This release is based on the Importer/Exporter version 5.4.0 libraries, and thus incorporates all bug fixes and updates
This release is based on the Importer/Exporter version 5.4.0 libraries, and thus incorporates all bug fixes and updates
introduced in that version ([more information](https://github.com/3dcitydb/importer-exporter/releases/tag/v5.4.0)).

##### Miscellaneous
* Updated tomcat docker image to version `9-jdk21-openjdk-slim` with lower vulnerabilities.

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

Latest release
--------------
The latest stable release of the 3D City Database WFS interface is 5.3.1.
The latest stable release of the 3D City Database WFS interface is 5.3.2.

Download a ZIP file of the WFS [here](https://github.com/3dcitydb/web-feature-service/releases/download/v5.3.1/3DCityDB-Web-Feature-Service-5.3.1.zip).
Download a ZIP file of the WFS [here](https://github.com/3dcitydb/web-feature-service/releases/download/v5.3.2/3DCityDB-Web-Feature-Service-5.3.2.zip).
Previous releases are available from the [releases section](https://github.com/3dcitydb/web-feature-service/releases).

System requirements
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'org.citydb.wfs'
version '5.3.1'
version '5.3.2'

apply from: 'properties.gradle'

Expand Down Expand Up @@ -44,7 +44,7 @@ repositories {

dependencies {
implementation 'org.citydb:impexp-core:5.4.3'
implementation 'com.github.seancfoley:ipaddress:5.3.4'
implementation 'com.github.seancfoley:ipaddress:5.5.0'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet:2.37'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.37'

Expand Down

0 comments on commit b8b4f31

Please sign in to comment.