From a30f8af29f838a9bb8fd06ab98d9ba9b1cc18bdc Mon Sep 17 00:00:00 2001
From: 1000 user <1000@a66feb33f7bb>
Date: Thu, 23 Mar 2023 08:37:31 +0100
Subject: [PATCH] [Jenkins | hotfix-1.9.x] Prepare for the next development
iteration (1.9.14-SNAPSHOT)
---
api/pom.xml | 2 +-
bom/pom.xml | 2 +-
changelog-system/pom.xml | 2 +-
common-api/pom.xml | 2 +-
common/pom.xml | 2 +-
core/pom.xml | 2 +-
databases/orientdb/pom.xml | 2 +-
databases/pom.xml | 2 +-
demo/common/pom.xml | 2 +-
demo/default/pom.xml | 2 +-
demo/pom.xml | 2 +-
distributed-coordinator/pom.xml | 2 +-
distributed/pom.xml | 2 +-
doc/pom.xml | 2 +-
doc/src/main/docs/generated/api/api-docs.raml | 4 ++--
doc/src/main/docs/generated/api/api.raml | 4 ++--
.../docs/generated/api/response/api/v2/200/example.json | 2 +-
.../docs/generated/tables/GenericRestResponse.adoc-include | 6 +++---
.../main/docs/generated/tables/mesh-db-revs.adoc-include | 2 +-
elasticsearch/pom.xml | 2 +-
ferma/pom.xml | 2 +-
madl/api/pom.xml | 2 +-
madl/core/pom.xml | 2 +-
madl/madl-ferma/pom.xml | 2 +-
madl/orientdb/pom.xml | 2 +-
madl/pom.xml | 2 +-
mdm/api/pom.xml | 2 +-
mdm/common/pom.xml | 2 +-
mdm/orientdb-api/pom.xml | 2 +-
mdm/orientdb-wrapper/pom.xml | 2 +-
mdm/pom.xml | 2 +-
performance-tests/pom.xml | 2 +-
plugin-api/pom.xml | 2 +-
plugin-bom/pom.xml | 2 +-
plugin-dep/pom.xml | 2 +-
plugin-parent/pom.xml | 2 +-
pom.xml | 2 +-
rest-client/pom.xml | 2 +-
rest-model/pom.xml | 2 +-
server/pom.xml | 2 +-
services/aws-s3-storage/pom.xml | 2 +-
services/image-imgscalr/pom.xml | 2 +-
services/jwt-auth/pom.xml | 2 +-
services/local-storage/pom.xml | 2 +-
services/metrics-prometheus/pom.xml | 2 +-
services/pom.xml | 2 +-
tests/api/pom.xml | 2 +-
tests/common/pom.xml | 2 +-
tests/context-api/pom.xml | 2 +-
tests/context-orientdb/pom.xml | 2 +-
tests/orientdb-runner/pom.xml | 2 +-
tests/pom.xml | 2 +-
tests/tests-admin-gui/pom.xml | 2 +-
tests/tests-api/pom.xml | 2 +-
tests/tests-changelog-system/pom.xml | 2 +-
tests/tests-common/pom.xml | 2 +-
tests/tests-core/pom.xml | 2 +-
tests/tests-distributed-coordinator/pom.xml | 2 +-
tests/tests-distributed/pom.xml | 2 +-
tests/tests-elasticsearch/pom.xml | 2 +-
tests/tests-plugin-api/pom.xml | 2 +-
tests/tests-rest-client/pom.xml | 2 +-
tests/tests-rest-model/pom.xml | 2 +-
tests/tests-server/pom.xml | 2 +-
tests/tests-service-aws-s3-storage/pom.xml | 2 +-
tests/tests-service-image-imgscalr/pom.xml | 2 +-
tests/tests-service-jwt-auth/pom.xml | 2 +-
tests/tests-service-local-storage/pom.xml | 2 +-
tests/tests-service-metrics-prometheus/pom.xml | 2 +-
verticles/admin-gui/pom.xml | 2 +-
verticles/graphql/pom.xml | 2 +-
verticles/pom.xml | 2 +-
verticles/rest/pom.xml | 2 +-
73 files changed, 77 insertions(+), 77 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index 38cada887c..f68d02c1a2 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/bom/pom.xml b/bom/pom.xml
index 0db052d0a4..99a3f01970 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/changelog-system/pom.xml b/changelog-system/pom.xml
index e1f32a9962..1699b23da2 100644
--- a/changelog-system/pom.xml
+++ b/changelog-system/pom.xml
@@ -12,7 +12,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/common-api/pom.xml b/common-api/pom.xml
index 651cb03978..cde67d8098 100644
--- a/common-api/pom.xml
+++ b/common-api/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/common/pom.xml b/common/pom.xml
index ac2cbc8d00..d6d9822234 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/core/pom.xml b/core/pom.xml
index 701f5c6f8f..de532064e0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/databases/orientdb/pom.xml b/databases/orientdb/pom.xml
index 6189a7da9b..24b899d792 100644
--- a/databases/orientdb/pom.xml
+++ b/databases/orientdb/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh-databases
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/databases/pom.xml b/databases/pom.xml
index e85e2f0b4a..9b2c8fc0c5 100644
--- a/databases/pom.xml
+++ b/databases/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/demo/common/pom.xml b/demo/common/pom.xml
index 04b5ed8c6f..1d2658e11a 100644
--- a/demo/common/pom.xml
+++ b/demo/common/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh-demos
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/demo/default/pom.xml b/demo/default/pom.xml
index 5a3a9d8681..0e71a655c6 100644
--- a/demo/default/pom.xml
+++ b/demo/default/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh-demos
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/demo/pom.xml b/demo/pom.xml
index 0ede949362..cf7f7a381c 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/distributed-coordinator/pom.xml b/distributed-coordinator/pom.xml
index 8ddeb28605..77dc483acf 100644
--- a/distributed-coordinator/pom.xml
+++ b/distributed-coordinator/pom.xml
@@ -7,7 +7,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-distributed-coordinator
diff --git a/distributed/pom.xml b/distributed/pom.xml
index fd6a848db4..ac1899ce0c 100644
--- a/distributed/pom.xml
+++ b/distributed/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/doc/pom.xml b/doc/pom.xml
index ed6689fb47..b3931dec33 100644
--- a/doc/pom.xml
+++ b/doc/pom.xml
@@ -6,7 +6,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-doc
diff --git a/doc/src/main/docs/generated/api/api-docs.raml b/doc/src/main/docs/generated/api/api-docs.raml
index 3aa9cd30a7..49aadd51c5 100644
--- a/doc/src/main/docs/generated/api/api-docs.raml
+++ b/doc/src/main/docs/generated/api/api-docs.raml
@@ -1,6 +1,6 @@
#%RAML 0.8
title: Gentics Mesh REST API
-version: "1.9.12"
+version: "1.9.13"
baseUri: "http://localhost:8080/api/v2"
protocols: [HTTP, HTTPS]
mediaType: application/json
@@ -6129,7 +6129,7 @@ mediaType: application/json
| vertxVersion | false | string | Used Vert.x version. |
example: |
{
- "meshVersion" : "1.9.12",
+ "meshVersion" : "1.9.13",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
diff --git a/doc/src/main/docs/generated/api/api.raml b/doc/src/main/docs/generated/api/api.raml
index d85cc0abf1..8f6e17e219 100644
--- a/doc/src/main/docs/generated/api/api.raml
+++ b/doc/src/main/docs/generated/api/api.raml
@@ -1,6 +1,6 @@
#%RAML 0.8
title: Gentics Mesh REST API
-version: "1.9.12"
+version: "1.9.13"
baseUri: "http://localhost:8080/api/v2"
protocols: [HTTP, HTTPS]
mediaType: application/json
@@ -13852,7 +13852,7 @@ mediaType: application/json
}
example: |
{
- "meshVersion" : "1.9.12",
+ "meshVersion" : "1.9.13",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
diff --git a/doc/src/main/docs/generated/api/response/api/v2/200/example.json b/doc/src/main/docs/generated/api/response/api/v2/200/example.json
index 07e23c4f5a..06b40a4c8c 100644
--- a/doc/src/main/docs/generated/api/response/api/v2/200/example.json
+++ b/doc/src/main/docs/generated/api/response/api/v2/200/example.json
@@ -1,5 +1,5 @@
{
- "meshVersion" : "1.9.12",
+ "meshVersion" : "1.9.13",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
diff --git a/doc/src/main/docs/generated/tables/GenericRestResponse.adoc-include b/doc/src/main/docs/generated/tables/GenericRestResponse.adoc-include
index c0239acebd..eefe14238d 100644
--- a/doc/src/main/docs/generated/tables/GenericRestResponse.adoc-include
+++ b/doc/src/main/docs/generated/tables/GenericRestResponse.adoc-include
@@ -7,17 +7,17 @@
| Description
-| creator.firstName
+| editor.firstName
| false
| string
| Firstname of the user
-| creator.lastName
+| editor.lastName
| false
| string
| Lastname of the user
-| creator.uuid
+| editor.uuid
| true
| string
| Uuid of the user
diff --git a/doc/src/main/docs/generated/tables/mesh-db-revs.adoc-include b/doc/src/main/docs/generated/tables/mesh-db-revs.adoc-include
index cf51000f01..8be641db59 100644
--- a/doc/src/main/docs/generated/tables/mesh-db-revs.adoc-include
+++ b/doc/src/main/docs/generated/tables/mesh-db-revs.adoc-include
@@ -8,7 +8,7 @@
| *1.10.3*
| 6d5ccff3
-| *1.9.12*
+| *1.9.13*
| 7f2ff7d7
|======
diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml
index 420f91db90..7805dd724c 100644
--- a/elasticsearch/pom.xml
+++ b/elasticsearch/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/ferma/pom.xml b/ferma/pom.xml
index 251be225ce..de2e86bcbf 100644
--- a/ferma/pom.xml
+++ b/ferma/pom.xml
@@ -6,7 +6,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
ferma
diff --git a/madl/api/pom.xml b/madl/api/pom.xml
index 4fc41fda6b..2df88df2fd 100644
--- a/madl/api/pom.xml
+++ b/madl/api/pom.xml
@@ -6,7 +6,7 @@
com.gentics.mesh
madl
- 1.9.13
+ 1.9.14-SNAPSHOT
madl-api
diff --git a/madl/core/pom.xml b/madl/core/pom.xml
index a9d1672c11..49662fd9b0 100644
--- a/madl/core/pom.xml
+++ b/madl/core/pom.xml
@@ -6,7 +6,7 @@
com.gentics.mesh
madl
- 1.9.13
+ 1.9.14-SNAPSHOT
madl-core
diff --git a/madl/madl-ferma/pom.xml b/madl/madl-ferma/pom.xml
index d55b6a0d6b..18a915bd2f 100644
--- a/madl/madl-ferma/pom.xml
+++ b/madl/madl-ferma/pom.xml
@@ -6,7 +6,7 @@
com.gentics.mesh
madl
- 1.9.13
+ 1.9.14-SNAPSHOT
madl-ferma
diff --git a/madl/orientdb/pom.xml b/madl/orientdb/pom.xml
index a2f744f4d5..a3ab3f6ea3 100644
--- a/madl/orientdb/pom.xml
+++ b/madl/orientdb/pom.xml
@@ -7,7 +7,7 @@
com.gentics.mesh
madl
- 1.9.13
+ 1.9.14-SNAPSHOT
madl-orientdb
diff --git a/madl/pom.xml b/madl/pom.xml
index 67cad7e671..3616bfa049 100644
--- a/madl/pom.xml
+++ b/madl/pom.xml
@@ -7,7 +7,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
madl
diff --git a/mdm/api/pom.xml b/mdm/api/pom.xml
index 5ba029c8ac..51ad6d4256 100644
--- a/mdm/api/pom.xml
+++ b/mdm/api/pom.xml
@@ -7,7 +7,7 @@
com.gentics.mesh
mesh-mdm
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-mdm-api
diff --git a/mdm/common/pom.xml b/mdm/common/pom.xml
index c8b39f15e6..191d3499a3 100644
--- a/mdm/common/pom.xml
+++ b/mdm/common/pom.xml
@@ -7,7 +7,7 @@
com.gentics.mesh
mesh-mdm
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-mdm-common
diff --git a/mdm/orientdb-api/pom.xml b/mdm/orientdb-api/pom.xml
index 2c54b5e750..7c64e0a5c9 100644
--- a/mdm/orientdb-api/pom.xml
+++ b/mdm/orientdb-api/pom.xml
@@ -7,7 +7,7 @@
com.gentics.mesh
mesh-mdm
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-mdm-orientdb-api
diff --git a/mdm/orientdb-wrapper/pom.xml b/mdm/orientdb-wrapper/pom.xml
index 36d46f2490..de7b51022d 100644
--- a/mdm/orientdb-wrapper/pom.xml
+++ b/mdm/orientdb-wrapper/pom.xml
@@ -7,7 +7,7 @@
com.gentics.mesh
mesh-mdm
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-mdm-orientdb-wrapper
diff --git a/mdm/pom.xml b/mdm/pom.xml
index a4575d1dca..f700decf79 100644
--- a/mdm/pom.xml
+++ b/mdm/pom.xml
@@ -7,7 +7,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-mdm
diff --git a/performance-tests/pom.xml b/performance-tests/pom.xml
index a33f2b76a6..5a21d1739f 100644
--- a/performance-tests/pom.xml
+++ b/performance-tests/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/plugin-api/pom.xml b/plugin-api/pom.xml
index 47eb68a432..6f5a93b16d 100644
--- a/plugin-api/pom.xml
+++ b/plugin-api/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/plugin-bom/pom.xml b/plugin-bom/pom.xml
index a33c137abd..87ee7a2dbf 100644
--- a/plugin-bom/pom.xml
+++ b/plugin-bom/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/plugin-dep/pom.xml b/plugin-dep/pom.xml
index 074335f32b..771f565f25 100644
--- a/plugin-dep/pom.xml
+++ b/plugin-dep/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/plugin-parent/pom.xml b/plugin-parent/pom.xml
index aa2205825d..0aac00b6b6 100644
--- a/plugin-parent/pom.xml
+++ b/plugin-parent/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index fb1b4c576b..f69302507f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
pom
Gentics Mesh
diff --git a/rest-client/pom.xml b/rest-client/pom.xml
index b28c810271..5fd7ca3956 100644
--- a/rest-client/pom.xml
+++ b/rest-client/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/rest-model/pom.xml b/rest-model/pom.xml
index 52f34d6e47..64a534a9f9 100644
--- a/rest-model/pom.xml
+++ b/rest-model/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/server/pom.xml b/server/pom.xml
index 8b99b28b25..8914715915 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/services/aws-s3-storage/pom.xml b/services/aws-s3-storage/pom.xml
index 88252b2399..6ec54522ae 100644
--- a/services/aws-s3-storage/pom.xml
+++ b/services/aws-s3-storage/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh-services
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/services/image-imgscalr/pom.xml b/services/image-imgscalr/pom.xml
index aba2172c3a..a0968f2d0e 100644
--- a/services/image-imgscalr/pom.xml
+++ b/services/image-imgscalr/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh-services
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/services/jwt-auth/pom.xml b/services/jwt-auth/pom.xml
index dbfb23eea8..366d0efe6c 100644
--- a/services/jwt-auth/pom.xml
+++ b/services/jwt-auth/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh-services
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/services/local-storage/pom.xml b/services/local-storage/pom.xml
index 3d91928389..5ce73cfaba 100644
--- a/services/local-storage/pom.xml
+++ b/services/local-storage/pom.xml
@@ -9,7 +9,7 @@
com.gentics.mesh
mesh-services
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/services/metrics-prometheus/pom.xml b/services/metrics-prometheus/pom.xml
index 5ee6b1bddc..c8f1690505 100644
--- a/services/metrics-prometheus/pom.xml
+++ b/services/metrics-prometheus/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh-services
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/services/pom.xml b/services/pom.xml
index 533b237c86..2019d6bf30 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/tests/api/pom.xml b/tests/api/pom.xml
index 8bc2c32e70..c53fb4e679 100644
--- a/tests/api/pom.xml
+++ b/tests/api/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-tests-api
Mesh - Tests API
diff --git a/tests/common/pom.xml b/tests/common/pom.xml
index 2f653e54da..aa8ef77c06 100644
--- a/tests/common/pom.xml
+++ b/tests/common/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/tests/context-api/pom.xml b/tests/context-api/pom.xml
index 07eae6619f..806e1d3bae 100644
--- a/tests/context-api/pom.xml
+++ b/tests/context-api/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-tests-context-api
Mesh - Tests context API
diff --git a/tests/context-orientdb/pom.xml b/tests/context-orientdb/pom.xml
index 12ec58c65b..303a5593e8 100644
--- a/tests/context-orientdb/pom.xml
+++ b/tests/context-orientdb/pom.xml
@@ -3,7 +3,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-tests-context-orientdb
Mesh - Tests context - OrientDB
diff --git a/tests/orientdb-runner/pom.xml b/tests/orientdb-runner/pom.xml
index b4459d95bc..6a10a8d185 100644
--- a/tests/orientdb-runner/pom.xml
+++ b/tests/orientdb-runner/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
mesh-orientdb-tests-runner
Mesh - Tests Runner - OrientDB
diff --git a/tests/pom.xml b/tests/pom.xml
index 432516fbe3..424191242a 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/tests/tests-admin-gui/pom.xml b/tests/tests-admin-gui/pom.xml
index 6ebef4f659..c38ec213be 100644
--- a/tests/tests-admin-gui/pom.xml
+++ b/tests/tests-admin-gui/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-admin-gui
Mesh Admin GUI - Shared tests
diff --git a/tests/tests-api/pom.xml b/tests/tests-api/pom.xml
index fa05a3f8fc..6e4a21b3ac 100644
--- a/tests/tests-api/pom.xml
+++ b/tests/tests-api/pom.xml
@@ -8,7 +8,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/tests/tests-changelog-system/pom.xml b/tests/tests-changelog-system/pom.xml
index 66c6fb9b1d..86d2cc5630 100644
--- a/tests/tests-changelog-system/pom.xml
+++ b/tests/tests-changelog-system/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-changelog-system
Mesh Changelog System - Shared tests
diff --git a/tests/tests-common/pom.xml b/tests/tests-common/pom.xml
index 03ce0d3754..e26769cf3d 100644
--- a/tests/tests-common/pom.xml
+++ b/tests/tests-common/pom.xml
@@ -8,7 +8,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/tests/tests-core/pom.xml b/tests/tests-core/pom.xml
index 1e12eb4367..479352f27a 100644
--- a/tests/tests-core/pom.xml
+++ b/tests/tests-core/pom.xml
@@ -8,7 +8,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/tests/tests-distributed-coordinator/pom.xml b/tests/tests-distributed-coordinator/pom.xml
index 7afcd2bd65..dcaa248143 100644
--- a/tests/tests-distributed-coordinator/pom.xml
+++ b/tests/tests-distributed-coordinator/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-distributed-coordinator
Mesh Distributed Coordinator - Shared tests
diff --git a/tests/tests-distributed/pom.xml b/tests/tests-distributed/pom.xml
index c6c1a881ea..8bbf0586a0 100644
--- a/tests/tests-distributed/pom.xml
+++ b/tests/tests-distributed/pom.xml
@@ -11,7 +11,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/tests/tests-elasticsearch/pom.xml b/tests/tests-elasticsearch/pom.xml
index a63aa2d515..2965a9b0fc 100644
--- a/tests/tests-elasticsearch/pom.xml
+++ b/tests/tests-elasticsearch/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-elasticsearch
Mesh Elasticsearch - Shared tests
diff --git a/tests/tests-plugin-api/pom.xml b/tests/tests-plugin-api/pom.xml
index c7b833f2af..a30fe14bbd 100644
--- a/tests/tests-plugin-api/pom.xml
+++ b/tests/tests-plugin-api/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-plugin-api
Mesh Plugin API - Shared tests
diff --git a/tests/tests-rest-client/pom.xml b/tests/tests-rest-client/pom.xml
index 407f79a644..45d3a16083 100644
--- a/tests/tests-rest-client/pom.xml
+++ b/tests/tests-rest-client/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-rest-client
Mesh REST Client - Shared tests
diff --git a/tests/tests-rest-model/pom.xml b/tests/tests-rest-model/pom.xml
index 9692e68591..7ebd2b79fe 100644
--- a/tests/tests-rest-model/pom.xml
+++ b/tests/tests-rest-model/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-rest-model
Mesh REST Model - Shared tests
diff --git a/tests/tests-server/pom.xml b/tests/tests-server/pom.xml
index 01564f988c..a3993d2820 100644
--- a/tests/tests-server/pom.xml
+++ b/tests/tests-server/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-server
Mesh Server - Shared tests
diff --git a/tests/tests-service-aws-s3-storage/pom.xml b/tests/tests-service-aws-s3-storage/pom.xml
index fa89365c42..8d6b7057a8 100644
--- a/tests/tests-service-aws-s3-storage/pom.xml
+++ b/tests/tests-service-aws-s3-storage/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-service-aws-s3-storage
Mesh AWS S3 Storage - Shared tests
diff --git a/tests/tests-service-image-imgscalr/pom.xml b/tests/tests-service-image-imgscalr/pom.xml
index 8563de031a..4832556fa6 100644
--- a/tests/tests-service-image-imgscalr/pom.xml
+++ b/tests/tests-service-image-imgscalr/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-service-image-imgscalr
Mesh Imgscalr Service - Shared tests
diff --git a/tests/tests-service-jwt-auth/pom.xml b/tests/tests-service-jwt-auth/pom.xml
index 79c1045361..e01c274a53 100644
--- a/tests/tests-service-jwt-auth/pom.xml
+++ b/tests/tests-service-jwt-auth/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-service-jwt-auth
Mesh JWT Authentication - Shared tests
diff --git a/tests/tests-service-local-storage/pom.xml b/tests/tests-service-local-storage/pom.xml
index a8c32905f2..57f6a12608 100644
--- a/tests/tests-service-local-storage/pom.xml
+++ b/tests/tests-service-local-storage/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-service-local-storage
Mesh Local Storage - Shared tests
diff --git a/tests/tests-service-metrics-prometheus/pom.xml b/tests/tests-service-metrics-prometheus/pom.xml
index c01cdd5506..764feb2b8d 100644
--- a/tests/tests-service-metrics-prometheus/pom.xml
+++ b/tests/tests-service-metrics-prometheus/pom.xml
@@ -5,7 +5,7 @@
com.gentics.mesh
mesh-tests
- 1.9.13
+ 1.9.14-SNAPSHOT
tests-mesh-service-metrics-prometheus
Mesh Prometeus Metrics Service - Shared tests
diff --git a/verticles/admin-gui/pom.xml b/verticles/admin-gui/pom.xml
index e8eedc4bd2..003ff972c9 100644
--- a/verticles/admin-gui/pom.xml
+++ b/verticles/admin-gui/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh-verticles
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/verticles/graphql/pom.xml b/verticles/graphql/pom.xml
index 02807a1f84..5f0bc0111c 100644
--- a/verticles/graphql/pom.xml
+++ b/verticles/graphql/pom.xml
@@ -9,7 +9,7 @@
com.gentics.mesh
mesh-verticles
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/verticles/pom.xml b/verticles/pom.xml
index a31aa51a50..beae84eb3d 100644
--- a/verticles/pom.xml
+++ b/verticles/pom.xml
@@ -9,7 +9,7 @@
com.gentics.mesh
mesh
- 1.9.13
+ 1.9.14-SNAPSHOT
diff --git a/verticles/rest/pom.xml b/verticles/rest/pom.xml
index 5cc5e090ca..dc4af13d4a 100644
--- a/verticles/rest/pom.xml
+++ b/verticles/rest/pom.xml
@@ -10,7 +10,7 @@
com.gentics.mesh
mesh-verticles
- 1.9.13
+ 1.9.14-SNAPSHOT