From a4e4ab3f60dbd5a5ef1595c2171fc66255987807 Mon Sep 17 00:00:00 2001 From: Jesper Zedlitz <jesper@zedlitz.de> Date: Tue, 17 Jan 2023 07:55:05 +0100 Subject: [PATCH] =?UTF-8?q?Version=20auf=201.3.0=20erh=C3=B6ht,=20da=20neu?= =?UTF-8?q?e=20Funktionalit=C3=A4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 35617a0..c88f950 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x </parent> <groupId>de.landsh.opendata</groupId> <artifactId>dcat-catalog-proxy</artifactId> - <version>1.2</version> + <version>1.3.0</version> <name>dcat-catalog-proxy</name> <description>DCAT catalog proxy</description> <properties> -- GitLab