From ccedf2b43df412fcc5d711c6cbcf43e76e5c8891 Mon Sep 17 00:00:00 2001 From: Dominick Leppich <dominick.leppich@intranda.com> Date: Thu, 21 Nov 2024 08:59:59 +0100 Subject: [PATCH] version: set to version 1.1.11-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 d779cf4..ef1cbae 100644 --- a/module-core/pom.xml +++ b/module-core/pom.xml @@ -10,7 +10,7 @@ </parent> <groupId>io.goobi.vocabulary</groupId> <artifactId>vocabulary-server-core</artifactId> - <version>1.1.10</version> + <version>1.1.11-SNAPSHOT</version> <name>Vocabulary-Server-Core</name> <description>Spring Boot based RESTful web service for vocabulary management</description> <packaging>jar</packaging> @@ -35,7 +35,7 @@ <dependency> <groupId>io.goobi.vocabulary</groupId> <artifactId>vocabulary-server-exchange</artifactId> - <version>1.1.10</version> + <version>1.1.11-SNAPSHOT</version> <scope>compile</scope> </dependency> diff --git a/module-exchange/pom.xml b/module-exchange/pom.xml index 7ca1a99..c7e2b70 100644 --- a/module-exchange/pom.xml +++ b/module-exchange/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.goobi.vocabulary</groupId> <artifactId>vocabulary-server-exchange</artifactId> - <version>1.1.10</version> + <version>1.1.11-SNAPSHOT</version> <name>Vocabulary Exchange</name> <description>Vocabulary data exchange classes</description> <packaging>jar</packaging> diff --git a/pom.xml b/pom.xml index ad2b989..226d729 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.goobi.vocabulary</groupId> <artifactId>vocabulary-server</artifactId> - <version>1.1.10</version> + <version>1.1.11-SNAPSHOT</version> <name>Vocabulary-Server</name> <packaging>pom</packaging> <description>RESTful webservice for vocabulary management</description>