From ad42ebe3607df429c236a50def87df9e244f924a Mon Sep 17 00:00:00 2001 From: Jesper Zedlitz <jesper@zedlitz.de> Date: Wed, 5 Apr 2023 12:05:54 +0200 Subject: [PATCH] Name der jar-Datei auf dcat-catalog-proxy.jar gesetzt Name der jar-Datei auf dcat-catalog-proxy.jar gesetzt Spring Boot auf Version 2.7.10 aktualisiert --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad4c186..bb630f9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.7.7</version> + <version>2.7.10</version> <relativePath /> </parent> <groupId>de.landsh.opendata</groupId> @@ -83,6 +83,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x </dependencies> </dependencyManagement> <build> + <finalName>dcat-catalog-proxy</finalName> <plugins> <plugin> <groupId>org.springframework.boot</groupId> -- GitLab