diff --git a/arlas-persistence-core/pom.xml b/arlas-persistence-core/pom.xml
index 61095bd..548b58a 100644
--- a/arlas-persistence-core/pom.xml
+++ b/arlas-persistence-core/pom.xml
@@ -6,14 +6,14 @@
io.arlas
arlas-persistence-core
- 24.0.4
+ 24.0.5-SNAPSHOT
jar
ARLAS persistence server core
io.arlas
arlas-persistence-parent
- 24.0.4
+ 24.0.5-SNAPSHOT
diff --git a/arlas-persistence-rest/pom.xml b/arlas-persistence-rest/pom.xml
index a4769f3..e2bacf1 100644
--- a/arlas-persistence-rest/pom.xml
+++ b/arlas-persistence-rest/pom.xml
@@ -6,21 +6,21 @@
io.arlas
arlas-persistence-rest
- 24.0.4
+ 24.0.5-SNAPSHOT
jar
ARLAS persistence server rest
io.arlas
arlas-persistence-parent
- 24.0.4
+ 24.0.5-SNAPSHOT
io.arlas
arlas-persistence-core
- 24.0.4
+ 24.0.5-SNAPSHOT
diff --git a/arlas-persistence-rest/src/main/java/io/arlas/persistence/rest/PersistenceRestService.java b/arlas-persistence-rest/src/main/java/io/arlas/persistence/rest/PersistenceRestService.java
index ab1df21..c66685f 100644
--- a/arlas-persistence-rest/src/main/java/io/arlas/persistence/rest/PersistenceRestService.java
+++ b/arlas-persistence-rest/src/main/java/io/arlas/persistence/rest/PersistenceRestService.java
@@ -52,7 +52,7 @@
title = "ARLAS persistence API",
description = "persistence REST services",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
- version = "24.0.4"),
+ version = "API_VERSION"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })
public class PersistenceRestService {
diff --git a/arlas-persistence-server/pom.xml b/arlas-persistence-server/pom.xml
index aabfb79..df6d39d 100644
--- a/arlas-persistence-server/pom.xml
+++ b/arlas-persistence-server/pom.xml
@@ -5,14 +5,14 @@
4.0.0
io.arlas
arlas-persistence-server
- 24.0.4
+ 24.0.5-SNAPSHOT
jar
ARLAS persistence server
io.arlas
arlas-persistence-parent
- 24.0.4
+ 24.0.5-SNAPSHOT
@@ -24,7 +24,7 @@
io.arlas
arlas-persistence-rest
- 24.0.4
+ 24.0.5-SNAPSHOT
diff --git a/arlas-persistence-tests/pom.xml b/arlas-persistence-tests/pom.xml
index d90973d..c9e0e48 100644
--- a/arlas-persistence-tests/pom.xml
+++ b/arlas-persistence-tests/pom.xml
@@ -5,14 +5,14 @@
4.0.0
io.arlas
arlas-persistence-tests
- 24.0.4
+ 24.0.5-SNAPSHOT
jar
ARLAS persistence tests
io.arlas
arlas-persistence-parent
- 24.0.4
+ 24.0.5-SNAPSHOT
diff --git a/openapi/swagger.json b/openapi/swagger.json
index 66e1ae3..1389b67 100644
--- a/openapi/swagger.json
+++ b/openapi/swagger.json
@@ -2,7 +2,7 @@
"swagger" : "2.0",
"info" : {
"description" : "persistence REST services",
- "version" : "24.0.4",
+ "version" : "24.0.5-SNAPSHOT",
"title" : "ARLAS persistence API",
"contact" : {
"name" : "Gisaia",
diff --git a/openapi/swagger.yaml b/openapi/swagger.yaml
index 3df82ce..1611859 100644
--- a/openapi/swagger.yaml
+++ b/openapi/swagger.yaml
@@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: "persistence REST services"
- version: "24.0.4"
+ version: "24.0.5-SNAPSHOT"
title: "ARLAS persistence API"
contact:
name: "Gisaia"
diff --git a/pom.xml b/pom.xml
index f1b352b..b22477c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
io.arlas
arlas-persistence-parent
- 24.0.4
+ 24.0.5-SNAPSHOT
pom
ARLAS persistence parent