Skip to content

Commit

Permalink
updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 19, 2024
1 parent cd40c5d commit a96092d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

### 5.4.0 - tba
### 5.4.0 - 2024-09-19

#### Changes
* **Breaking:** Java 11 is now the minimum required version for running the 3DCityDB Web Feature Service.
Expand Down
8 changes: 4 additions & 4 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.2.
The latest stable release of the 3D City Database WFS interface is 5.4.0.

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).
Download a ZIP file of the WFS [here](https://github.com/3dcitydb/web-feature-service/releases/download/v5.4.0/3DCityDB-Web-Feature-Service-5.4.0.zip).
Previous releases are available from the [releases section](https://github.com/3dcitydb/web-feature-service/releases).

System requirements
Expand All @@ -35,7 +35,7 @@ The 3D City Database WFS is implemented as Java web application based on the Jav
be run in a Java servlet container on a web server. The following minimum software requirements have to be met:

* Java servlet container supporting the Java Servlet 3.1/3.0 specification
* Java 8 Runtime Environment (or higher)
* Java 11 Runtime Environment (or higher)

The WFS implementation has been successfully deployed and tested on [Apache Tomcat](http://tomcat.apache.org/)
versions 9 and 8. All previous versions of the Apache Tomcat server have reached end of life and are not supported
Expand All @@ -44,7 +44,7 @@ anymore.
Documentation
-------------
A complete and comprehensive user manual on the Web Feature Service is available
[online](https://3dcitydb-docs.readthedocs.io/en/version-2023.0/wfs/).
[online](https://3dcitydb-docs.readthedocs.io/en/latest/wfs/).

The documentation contains a step-by-step guide for deploying the WFS on a servlet container.

Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/wfsclient/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ <h2>Response</h2>
<textarea id="response"></textarea>
</div>
<div id="copyright">
<a href="http://www.virtualcitysystems.de/" target="_blank">
(C) 2015 - 2022, virtualcitysystems GmbH. All rights reserved.
<a href="https://vc.systems/" target="_blank">
(C) 2015 - 2024, virtualcitysystems GmbH. All rights reserved.
</a>
</div>
</div>
Expand Down

0 comments on commit a96092d

Please sign in to comment.