Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion pages/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ This is the official user documentation ("handbook") for deegree webservices.
-->
### deegree ogcapi 2.0

* 2.0.2 Released Dezember 13, 2025 | [HTML](https://download.deegree.org/ogcapi/documentation/2.0.2/html/) | [PDF](https://download.deegree.org/ogcapi/documentation/2.0.2/deegree-ogcapi.pdf)
* 2.0.3 Released February 14, 2026 | [HTML](https://download.deegree.org/ogcapi/documentation/2.0.3/html/) | [PDF](https://download.deegree.org/ogcapi/documentation/2.0.3/deegree-ogcapi.pdf)
* 2.0.2 Released December 13, 2025 | [HTML](https://download.deegree.org/ogcapi/documentation/2.0.2/html/) | [PDF](https://download.deegree.org/ogcapi/documentation/2.0.2/deegree-ogcapi.pdf)
* 2.0.1 Released December 4, 2025 | [HTML](https://download.deegree.org/ogcapi/documentation/2.0.1/html/) | [PDF](https://download.deegree.org/ogcapi/documentation/2.0.1/deegree-ogcapi.pdf)
* 2.0.0 Released November 14, 2025 | [HTML](https://download.deegree.org/ogcapi/documentation/2.0.0/html/) | [PDF](https://download.deegree.org/ogcapi/documentation/2.0.0/deegree-ogcapi.pdf)

### deegree ogcapi 1.3

Expand Down
16 changes: 9 additions & 7 deletions pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,20 @@ Commandline tools for deegree. In order to use it, you need to have **Java 11**

[Changelog](https://github.com/deegree/deegree3/pulls?q=is%3Apr+is%3Amerged+milestone%3A3.5.17+) | [User handbook](https://download.deegree.org/documentation/3.5.17/html/) | [Installation](https://download.deegree.org/documentation/3.5.17/html/index.html#anchor-installation) | [Upgrade Guide](https://github.com/deegree/deegree3/wiki/Upgrading-deegree-webservices#from-34x-to-350)

## deegree ogcapi 2.0.2 (stable)
## deegree ogcapi 2.0.3 (stable)

This is the latest stable version (released Dezember 13, 2025) based on deegree core API v3.6.
This is the latest stable version (released February 13, 2026) based on deegree core API v3.6.

* Docker Image:
Download the official Docker Image from Docker Hub. Ready to use container with **OpenJDK 17** and Apache Tomcat 10.1.
[Pull Docker Image (PostgreSQL)](https://hub.docker.com/r/deegree/deegree-ogcapi-postgres/tags?page=1&name=2.0) | [Pull Docker Image (PostgreSQL)](https://hub.docker.com/r/deegree/deegree-ogcapi-mssql/tags?page=1&name=2.0) | [Pull Docker Image (Oracle)](https://hub.docker.com/r/deegree/deegree-ogcapi-oracle/tags?page=1&name=2.0)
Download the official Docker Image from Docker Hub. Ready to use container with **OpenJDK 17** and Apache Tomcat 10.1.
Available for PostgreSQL, Microsoft SQL Server and Oracle Database.
[Pull Docker Image (PostgreSQL)](https://hub.docker.com/r/deegree/deegree-ogcapi-postgres/tags?page=1&name=2.0) | [Pull Docker Image (Microsoft SQL Server)](https://hub.docker.com/r/deegree/deegree-ogcapi-mssql/tags?page=1&name=2.0) | [Pull Docker Image (Oracle Database)](https://hub.docker.com/r/deegree/deegree-ogcapi-oracle/tags?page=1&name=2.0)
* Java Web Archive (.war):
Generic Java Web archive. In order to use it, you need to have a Java Servlet 6.0 container and **Java 17** installed on your machine.
[Download WAR](https://repo.deegree.org/#browse/search/maven=attributes.maven2.artifactId%3Ddeegree-ogcapi-webapp-*%20AND%20version%3D2.0.2)
Generic Java Web archive. In order to use it, you need to have a Java Servlet 6.0 container and **Java 17** installed on your machine.
Available for PostgreSQL, Microsoft SQL Server and Oracle Database.
[Download WAR](https://repo.deegree.org/#browse/search/maven=attributes.maven2.artifactId%3Ddeegree-ogcapi-webapp-*%20AND%20version%3D2.0.3)

[Changelog](https://github.com/deegree/deegree-ogcapi/releases/tag/deegree-ogcapi-2.0.2) | [User handbook](https://download.deegree.org/ogcapi/documentation/2.0.2/html/) | [Installation](https://github.com/deegree/deegree-ogcapi/blob/main/deegree-ogcapi-documentation/src/main/asciidoc/installation.adoc)
[Changelog](https://github.com/deegree/deegree-ogcapi/releases/tag/deegree-ogcapi-2.0.3) | [User handbook](https://download.deegree.org/ogcapi/documentation/2.0.3/html/) | [Installation](https://github.com/deegree/deegree-ogcapi/blob/main/deegree-ogcapi-documentation/src/main/asciidoc/installation.adoc)

## deegree ogcapi 1.3.9 (stable)

Expand Down