From df7f36fa0a0a4df304273c8b1b0b5e67010d86a9 Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Thu, 24 Oct 2024 14:55:58 +0200 Subject: [PATCH] version: set to version 1.1.5-SNAPSHOT --- module-core/pom.xml | 4 ++-- module-exchange/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/module-core/pom.xml b/module-core/pom.xml index d5f656f..c841f79 100644 --- a/module-core/pom.xml +++ b/module-core/pom.xml @@ -10,7 +10,7 @@ io.goobi.vocabulary vocabulary-server-core - 1.1.4 + 1.1.5-SNAPSHOT Vocabulary-Server-Core Spring Boot based RESTful web service for vocabulary management jar @@ -26,7 +26,7 @@ io.goobi.vocabulary vocabulary-server-exchange - 1.1.4 + 1.1.5-SNAPSHOT compile diff --git a/module-exchange/pom.xml b/module-exchange/pom.xml index 9bfc74b..0e40dde 100644 --- a/module-exchange/pom.xml +++ b/module-exchange/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.goobi.vocabulary vocabulary-server-exchange - 1.1.4 + 1.1.5-SNAPSHOT Vocabulary Exchange Vocabulary data exchange classes jar diff --git a/pom.xml b/pom.xml index 869d41e..df26e74 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.goobi.vocabulary vocabulary-server - 1.1.4 + 1.1.5-SNAPSHOT Vocabulary-Server pom RESTful webservice for vocabulary management