From ed5564bb3a680d917637e39500c574dbe201dc98 Mon Sep 17 00:00:00 2001 From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de> Date: Tue, 28 Jun 2022 18:09:08 +0200 Subject: [PATCH] use RELEASE versions of crud and search clients --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5230b51..b5899eb 100644 --- a/pom.xml +++ b/pom.xml @@ -34,8 +34,8 @@ <cxf-version>3.5.2</cxf-version> <confclient-version>4.1.0</confclient-version> <cyclonedx-maven-plugin.version>2.7.0</cyclonedx-maven-plugin.version> - <tgsearch-version>4.0.4-SNAPSHOT</tgsearch-version> - <tgcrud-version>11.3.0-TG-RELEASE</tgcrud-version> + <tgsearch-version>4.0.5</tgsearch-version> + <tgcrud-version>11.7.0</tgcrud-version> <!-- TG-crud client configuration is not working with newest crud, I'll just fix it tomorrow! --> <!--tgcrud-version>11.3.0-TG-RELEASE</tgcrud-version --> -- GitLab