From f44f4c0eeeba7db8d51f74a22a5fbf23b02a7b85 Mon Sep 17 00:00:00 2001 From: Torsten Friebe Date: Tue, 3 Dec 2024 20:19:57 +0100 Subject: [PATCH 1/3] Upgraded dependencies to latest bugfix version --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3eb109e..ba67337 100644 --- a/pom.xml +++ b/pom.xml @@ -841,7 +841,7 @@ org.skyscreamer jsonassert - 1.5.1 + 1.5.3 test @@ -859,7 +859,7 @@ io.swagger.parser.v3 swagger-parser-v3 - 2.1.21 + 2.1.23 test @@ -915,13 +915,13 @@ 11 ${user.home}/Sites 2.41 - 2.2.20 + 2.2.25 3.52.5 - 2.16.1 + 2.16.2 3.5.8 1.7.36 2.23.1 - 4.13.1 + 4.13.2 From 8575ac6d4ff1616ee2a877df9b466f7ad8a45d01 Mon Sep 17 00:00:00 2001 From: Torsten Friebe Date: Tue, 3 Dec 2024 20:20:28 +0100 Subject: [PATCH 2/3] Upgraded maven plugins to latest version --- deegree-ogcapi-documentation/pom.xml | 2 +- deegree-ogcapi-webapp/pom.xml | 2 +- pom.xml | 32 ++++++++++++++-------------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/deegree-ogcapi-documentation/pom.xml b/deegree-ogcapi-documentation/pom.xml index ee92de3..ecb6ef0 100644 --- a/deegree-ogcapi-documentation/pom.xml +++ b/deegree-ogcapi-documentation/pom.xml @@ -42,7 +42,7 @@ org.asciidoctor asciidoctor-maven-plugin - 2.2.4 + 3.1.0 org.asciidoctor diff --git a/deegree-ogcapi-webapp/pom.xml b/deegree-ogcapi-webapp/pom.xml index d736cab..857938c 100644 --- a/deegree-ogcapi-webapp/pom.xml +++ b/deegree-ogcapi-webapp/pom.xml @@ -41,7 +41,7 @@ org.eclipse.jetty jetty-maven-plugin - 11.0.18 + 11.0.24 /deegree-ogcapi diff --git a/pom.xml b/pom.xml index ba67337..e4d53c5 100644 --- a/pom.xml +++ b/pom.xml @@ -120,12 +120,12 @@ org.codehaus.mojo build-helper-maven-plugin - 3.5.0 + 3.6.0 org.apache.maven.plugins maven-assembly-plugin - 3.6.0 + 3.7.1 gnu @@ -133,12 +133,12 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.8.1 org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.2 -Xms1024m -Xmx2048m @@ -154,7 +154,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.5.2 org.codehaus.mojo @@ -177,12 +177,12 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.3 org.apache.maven.plugins maven-install-plugin - 3.1.1 + 3.1.3 org.apache.maven.plugins @@ -192,12 +192,12 @@ org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2 org.apache.maven.plugins @@ -207,12 +207,12 @@ org.codehaus.mojo buildnumber-maven-plugin - 3.2.0 + 3.2.1 org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.11.1 none @@ -220,12 +220,12 @@ org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.1 org.apache.maven.plugins maven-scm-plugin - 2.0.1 + 2.1.0 @@ -241,7 +241,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 org.antlr @@ -942,7 +942,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.3.1 + 4.8.6.5 true true @@ -991,7 +991,7 @@ org.owasp dependency-check-maven - 9.0.9 + 11.1.0 24 false From a9ab245ce90321d95977bf71c6c398891ea8d7fa Mon Sep 17 00:00:00 2001 From: Torsten Friebe Date: Tue, 3 Dec 2024 20:21:35 +0100 Subject: [PATCH 3/3] Fixed maven version and docker image icon in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f4540..2917163 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The deegree OGC API Features (deegree ogcapi) implementation is compliant to the The user documentation (e.g. "How to set up deegree ogcapi?") can be found in the [user manual](./deegree-ogcapi-documentation/src/main/asciidoc/index.adoc). ## Developer documentation -To build deegree ogcapi you need to install a [JDK 11](https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot) or higher and [Apache Maven 3.8.x](https://maven.apache.org/). Then run the following command to build the project: +To build deegree ogcapi you need to install a [JDK 11](https://adoptium.net/?variant=openjdk11&jvmVariant=hotspot) or higher and [Apache Maven 3.9.x](https://maven.apache.org/). Then run the following command to build the project: ```shell mvn clean install @@ -20,6 +20,8 @@ https://github.com/deegree/deegree3/wiki ## Docker +[![deegree-ogcapi](https://dockeri.co/image/deegree/deegree-ogcapi)](https://hub.docker.com/r/deegree/deegree-ogcapi/) + ### Build Docker image You can build a Docker image easily with the `Dockerfile` contained in the repository. For example: