Skip to content

Commit b9004f8

Browse files
author
Dominick Leppich
committed
version: set to version 1.1.10-SNAPSHOT
1 parent 8d81e1e commit b9004f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

module-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>io.goobi.vocabulary</groupId>
1212
<artifactId>vocabulary-server-core</artifactId>
13-
<version>1.1.9</version>
13+
<version>1.1.10-SNAPSHOT</version>
1414
<name>Vocabulary-Server-Core</name>
1515
<description>Spring Boot based RESTful web service for vocabulary management</description>
1616
<packaging>jar</packaging>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.goobi.vocabulary</groupId>
3737
<artifactId>vocabulary-server-exchange</artifactId>
38-
<version>1.1.9</version>
38+
<version>1.1.10-SNAPSHOT</version>
3939
<scope>compile</scope>
4040
</dependency>
4141

module-exchange/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.goobi.vocabulary</groupId>
66
<artifactId>vocabulary-server-exchange</artifactId>
7-
<version>1.1.9</version>
7+
<version>1.1.10-SNAPSHOT</version>
88
<name>Vocabulary Exchange</name>
99
<description>Vocabulary data exchange classes</description>
1010
<packaging>jar</packaging>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.goobi.vocabulary</groupId>
66
<artifactId>vocabulary-server</artifactId>
7-
<version>1.1.9</version>
7+
<version>1.1.10-SNAPSHOT</version>
88
<name>Vocabulary-Server</name>
99
<packaging>pom</packaging>
1010
<description>RESTful webservice for vocabulary management</description>

0 commit comments

Comments
 (0)