Skip to content

Commit

Permalink
Publish 3.5.7 bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Apr 12, 2024
1 parent 89e7b77 commit b9a7f0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions pages/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This is the official user documentation ("handbook") for deegree webservices.

### deegree webservices 3.5

* 3.5.7 Released April 11, 2024 | [HTML](https://download.deegree.org/documentation/3.5.7/html/) | [PDF](https://download.deegree.org/documentation/3.5.7/deegree-webservices-handbook-3.5.7.pdf)
* 3.5.6 Released March 7, 2024 | [HTML](https://download.deegree.org/documentation/3.5.6/html/) | [PDF](https://download.deegree.org/documentation/3.5.6/deegree-webservices-handbook-3.5.6.pdf)
* 3.5.5 Released December 2, 2023 | [HTML](https://download.deegree.org/documentation/3.5.5/html/) | [PDF](https://download.deegree.org/documentation/3.5.5/deegree-webservices-handbook-3.5.5.pdf)
* 3.5.4 Released November 30, 2023 | [HTML](https://download.deegree.org/documentation/3.5.4/html/) | [PDF](https://download.deegree.org/documentation/3.5.4/deegree-webservices-handbook-3.5.4.pdf)
Expand Down
11 changes: 6 additions & 5 deletions pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ deegree is distributed as WAR files, and Docker images. Follow these installatio
2. Select one of the packages below and follow the download instructions.
3. Once a deegree package has been downloaded, proceed with the Installation section of the [user handbook](/documentation).

## Current version: deegree webservices 3.5.6 (stable)
## Current version: deegree webservices 3.5.7 (stable)

This is the latest stable version (released March 7, 2024).
This is the latest stable version (released April 11, 2024).

* Docker Image:
Download the official Docker Image from Docker Hub. Ready to use container with **OpenJDK 11** and Apache Tomcat 9.0.
[Pull Docker Image](https://hub.docker.com/r/deegree/deegree3-docker/tags?page=1&name=3.5)
* Java Web Archive (.war):
Generic Java Web archive. In order to use it, you need to have a Java Servlet 3.1 container and **Java 11** installed on your machine.
[Download WAR](https://repo.deegree.org/content/repositories/public/org/deegree/deegree-webservices/3.5.6/deegree-webservices-3.5.6.war)
[Download WAR](https://repo.deegree.org/content/repositories/public/org/deegree/deegree-webservices/3.5.7/deegree-webservices-3.5.7.war)
* GML Tools CLI (.jar):
Commandline tools for deegree. In order to use it, you need to have **Java 11** installed on your machine.
[Download JAR](https://repo.deegree.org/repository/releases/org/deegree/deegree-tools-gml/3.5.6/deegree-tools-gml-3.5.6.jar)
[Download JAR](https://repo.deegree.org/repository/releases/org/deegree/deegree-tools-gml/3.5.7/deegree-tools-gml-3.5.7.jar)

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

## Release candidates

Expand All @@ -50,6 +50,7 @@ We are recommending to update to the most recent stable version of deegree. The
<span style="text-decoration: underline;">**WARNING:**</span> These archived versions are only provided for software development purposes, e.g. comparing differences in behavior between earlier deegree versions, and should in <span style="text-decoration: underline;">no</span> circumstance be used for new installations in production environments!

{% capture accordion_body %}
* 3.5.6 Released March 7, 2024 &#124; [WAR](https://repo.deegree.org/content/repositories/public/org/deegree/deegree-webservices/3.5.6/deegree-webservices-3.5.6.war) &#124; [Changelog](https://github.com/deegree/deegree3/pulls?q=is:pr+is:closed+is:merged+milestone:3.5.6)
* 3.5.5 Released December 2, 2023 &#124; [WAR](https://repo.deegree.org/content/repositories/public/org/deegree/deegree-webservices/3.5.5/deegree-webservices-3.5.5.war) &#124; [Changelog](https://github.com/deegree/deegree3/pulls?q=is:pr+is:closed+is:merged+milestone:3.5.5)
* 3.5.4 Released November 30, 2023 &#124; [WAR](https://repo.deegree.org/content/repositories/public/org/deegree/deegree-webservices/3.5.4/deegree-webservices-3.5.4.war) &#124; [Changelog](https://github.com/deegree/deegree3/pulls?q=is:pr+is:closed+is:merged+milestone:3.5.4)
* 3.5.3 Released November 4, 2023 &#124; [WAR](https://repo.deegree.org/content/repositories/public/org/deegree/deegree-webservices/3.5.3/deegree-webservices-3.5.3.war) &#124; [Changelog](https://github.com/deegree/deegree3/pulls?q=is:pr+is:closed+is:merged+milestone:3.5.3)
Expand Down
2 changes: 1 addition & 1 deletion pages/pages-root-folder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ hideposts: true
deegree is open source software for spatial data infrastructures and the geospatial web. deegree offers components for geospatial data management, including data access, visualization, discovery and security. Open standards are at the heart of deegree.


[Download (stable release 3.5.6)](/download) - [Documentation](/documentation) - [Community Support](/community)
[Download (stable release 3.5.7)](/download) - [Documentation](/documentation) - [Community Support](/community)

The software is built on the standards of the Open Geospatial Consortium (OGC) and the ISO Technical Committee 211. It includes the OGC Web Map Service (WMS) reference implementation, a fully compliant Web Feature Service (WFS) as well as packages for Catalogue Service (CSW), Web Coverage Service (WCS), Web Processing Service (WPS) and Web Map Tile Service (WMTS). Since 2000 deegree has been developed by lat/lon, with the strong intention to make it a community-driven project. A major step to this effect was the acceptance to be an OSGeo project in 2010. Today, deegree is maintained by several organisations and individuals with a large user base all around the world.

Expand Down

0 comments on commit b9a7f0a

Please sign in to comment.