diff --git a/arlas-tagger-core/pom.xml b/arlas-tagger-core/pom.xml
index b9dd85a..2c020aa 100644
--- a/arlas-tagger-core/pom.xml
+++ b/arlas-tagger-core/pom.xml
@@ -13,7 +13,7 @@
arlas-tagger-parent
io.arlas
- 24.1.0
+ 24.1.1-SNAPSHOT
diff --git a/arlas-tagger-rest/pom.xml b/arlas-tagger-rest/pom.xml
index f67b8c1..a0c0163 100644
--- a/arlas-tagger-rest/pom.xml
+++ b/arlas-tagger-rest/pom.xml
@@ -8,19 +8,19 @@
arlas-tagger-rest
ARLAS Tagger rest
jar
- 24.1.0
+ 24.1.1-SNAPSHOT
arlas-tagger-parent
io.arlas
- 24.1.0
+ 24.1.1-SNAPSHOT
io.arlas
arlas-tagger-core
- 24.1.0
+ 24.1.1-SNAPSHOT
diff --git a/arlas-tagger-rest/src/main/java/io/arlas/tagger/rest/tag/TagRESTService.java b/arlas-tagger-rest/src/main/java/io/arlas/tagger/rest/tag/TagRESTService.java
index 05eb15a..0c9dae8 100644
--- a/arlas-tagger-rest/src/main/java/io/arlas/tagger/rest/tag/TagRESTService.java
+++ b/arlas-tagger-rest/src/main/java/io/arlas/tagger/rest/tag/TagRESTService.java
@@ -48,7 +48,7 @@
title = "ARLAS Tagger API",
description = "(Un)Tag fields of ARLAS collections",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
- version = "24.1.0"),
+ version = "API_VERSION"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })
public class TagRESTService {
diff --git a/arlas-tagger-tests/pom.xml b/arlas-tagger-tests/pom.xml
index 1dbf883..2b4def3 100644
--- a/arlas-tagger-tests/pom.xml
+++ b/arlas-tagger-tests/pom.xml
@@ -5,7 +5,7 @@
arlas-tagger-parent
io.arlas
- 24.1.0
+ 24.1.1-SNAPSHOT
4.0.0
@@ -17,7 +17,7 @@
io.arlas
arlas-tagger-core
- 24.1.0
+ 24.1.1-SNAPSHOT
diff --git a/arlas-tagger/pom.xml b/arlas-tagger/pom.xml
index ad4246e..be15c9f 100644
--- a/arlas-tagger/pom.xml
+++ b/arlas-tagger/pom.xml
@@ -6,21 +6,21 @@
io.arlas
arlas-tagger
- 24.1.0
+ 24.1.1-SNAPSHOT
ARLAS Tagger
jar
io.arlas
arlas-tagger-parent
- 24.1.0
+ 24.1.1-SNAPSHOT
io.arlas
arlas-tagger-rest
- 24.1.0
+ 24.1.1-SNAPSHOT
diff --git a/openapi/swagger.json b/openapi/swagger.json
index 857b1ee..17305be 100644
--- a/openapi/swagger.json
+++ b/openapi/swagger.json
@@ -2,7 +2,7 @@
"swagger" : "2.0",
"info" : {
"description" : "(Un)Tag fields of ARLAS collections",
- "version" : "24.1.0",
+ "version" : "24.1.1-SNAPSHOT",
"title" : "ARLAS Tagger API",
"contact" : {
"name" : "Gisaia",
diff --git a/openapi/swagger.yaml b/openapi/swagger.yaml
index 612e9ee..57b4299 100644
--- a/openapi/swagger.yaml
+++ b/openapi/swagger.yaml
@@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: "(Un)Tag fields of ARLAS collections"
- version: "24.1.0"
+ version: "24.1.1-SNAPSHOT"
title: "ARLAS Tagger API"
contact:
name: "Gisaia"
diff --git a/pom.xml b/pom.xml
index e3b0cb3..8b6f4f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
io.arlas
arlas-tagger-parent
- 24.1.0
+ 24.1.1-SNAPSHOT
ARLAS Tagger parent