From d9ca987a1d4bb26db61cf3f0f8426d74506f5aff Mon Sep 17 00:00:00 2001 From: 1000 user <1000@a66feb33f7bb> Date: Thu, 10 Aug 2023 09:33:39 +0200 Subject: [PATCH] Raise version --- 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 +- elasticsearch/pom.xml | 2 +- ferma/pom.xml | 2 +- hazelcast3-cluster-manager/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 +- 69 files changed, 69 insertions(+), 69 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index cbd028ee47..6ee4681480 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/bom/pom.xml b/bom/pom.xml index d9862f2ab7..f494c94ccf 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/changelog-system/pom.xml b/changelog-system/pom.xml index 885168c94d..fc14cf1a52 100644 --- a/changelog-system/pom.xml +++ b/changelog-system/pom.xml @@ -12,7 +12,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/common-api/pom.xml b/common-api/pom.xml index c6ab81287a..de9b98b50a 100644 --- a/common-api/pom.xml +++ b/common-api/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/common/pom.xml b/common/pom.xml index fbed561dcc..17e9709e1e 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/core/pom.xml b/core/pom.xml index 0b6e8107c6..9b305ca598 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/databases/orientdb/pom.xml b/databases/orientdb/pom.xml index 6cd81ffa6b..8df3efc39d 100644 --- a/databases/orientdb/pom.xml +++ b/databases/orientdb/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh-databases - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/databases/pom.xml b/databases/pom.xml index 3be84190b4..f8f5b29f77 100644 --- a/databases/pom.xml +++ b/databases/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/demo/common/pom.xml b/demo/common/pom.xml index b99d927b15..fdf5971631 100644 --- a/demo/common/pom.xml +++ b/demo/common/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh-demos - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/demo/default/pom.xml b/demo/default/pom.xml index d2790159fb..aac9195b9a 100644 --- a/demo/default/pom.xml +++ b/demo/default/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh-demos - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/demo/pom.xml b/demo/pom.xml index cca8c5862d..21849d46a9 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/distributed-coordinator/pom.xml b/distributed-coordinator/pom.xml index b01819b920..5147ec8268 100644 --- a/distributed-coordinator/pom.xml +++ b/distributed-coordinator/pom.xml @@ -7,7 +7,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 mesh-distributed-coordinator diff --git a/distributed/pom.xml b/distributed/pom.xml index e2e3989991..d9b0467527 100644 --- a/distributed/pom.xml +++ b/distributed/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/doc/pom.xml b/doc/pom.xml index 112897f65d..29549491bc 100644 --- a/doc/pom.xml +++ b/doc/pom.xml @@ -6,7 +6,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 mesh-doc diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index 1eee2da156..5cdfd0f8b9 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/ferma/pom.xml b/ferma/pom.xml index 73c0c3f30c..14977af0e9 100644 --- a/ferma/pom.xml +++ b/ferma/pom.xml @@ -6,7 +6,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 ferma diff --git a/hazelcast3-cluster-manager/pom.xml b/hazelcast3-cluster-manager/pom.xml index 65fc663394..3f90b7f514 100644 --- a/hazelcast3-cluster-manager/pom.xml +++ b/hazelcast3-cluster-manager/pom.xml @@ -6,7 +6,7 @@ mesh com.gentics.mesh - 1.10.13-SNAPSHOT + 1.10.13 hazelcast3-cluster-manager diff --git a/madl/api/pom.xml b/madl/api/pom.xml index f53a76d750..b43234617d 100644 --- a/madl/api/pom.xml +++ b/madl/api/pom.xml @@ -6,7 +6,7 @@ com.gentics.mesh madl - 1.10.13-SNAPSHOT + 1.10.13 madl-api diff --git a/madl/core/pom.xml b/madl/core/pom.xml index 3fdd796b34..441a4bfddd 100644 --- a/madl/core/pom.xml +++ b/madl/core/pom.xml @@ -6,7 +6,7 @@ com.gentics.mesh madl - 1.10.13-SNAPSHOT + 1.10.13 madl-core diff --git a/madl/madl-ferma/pom.xml b/madl/madl-ferma/pom.xml index 27f6558a94..35f6a4497b 100644 --- a/madl/madl-ferma/pom.xml +++ b/madl/madl-ferma/pom.xml @@ -6,7 +6,7 @@ com.gentics.mesh madl - 1.10.13-SNAPSHOT + 1.10.13 madl-ferma diff --git a/madl/orientdb/pom.xml b/madl/orientdb/pom.xml index 093f675a63..cfd2a48e44 100644 --- a/madl/orientdb/pom.xml +++ b/madl/orientdb/pom.xml @@ -7,7 +7,7 @@ com.gentics.mesh madl - 1.10.13-SNAPSHOT + 1.10.13 madl-orientdb diff --git a/madl/pom.xml b/madl/pom.xml index 597cce6d4e..1fdbe2079b 100644 --- a/madl/pom.xml +++ b/madl/pom.xml @@ -7,7 +7,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 madl diff --git a/mdm/api/pom.xml b/mdm/api/pom.xml index fa79889948..0914c27cca 100644 --- a/mdm/api/pom.xml +++ b/mdm/api/pom.xml @@ -7,7 +7,7 @@ com.gentics.mesh mesh-mdm - 1.10.13-SNAPSHOT + 1.10.13 mesh-mdm-api diff --git a/mdm/common/pom.xml b/mdm/common/pom.xml index 622c023486..bf62d4a5d0 100644 --- a/mdm/common/pom.xml +++ b/mdm/common/pom.xml @@ -7,7 +7,7 @@ com.gentics.mesh mesh-mdm - 1.10.13-SNAPSHOT + 1.10.13 mesh-mdm-common diff --git a/mdm/orientdb-api/pom.xml b/mdm/orientdb-api/pom.xml index bb6a45883a..6bc578df9d 100644 --- a/mdm/orientdb-api/pom.xml +++ b/mdm/orientdb-api/pom.xml @@ -7,7 +7,7 @@ com.gentics.mesh mesh-mdm - 1.10.13-SNAPSHOT + 1.10.13 mesh-mdm-orientdb-api diff --git a/mdm/orientdb-wrapper/pom.xml b/mdm/orientdb-wrapper/pom.xml index 26ea92b838..afdf0c87e5 100644 --- a/mdm/orientdb-wrapper/pom.xml +++ b/mdm/orientdb-wrapper/pom.xml @@ -7,7 +7,7 @@ com.gentics.mesh mesh-mdm - 1.10.13-SNAPSHOT + 1.10.13 mesh-mdm-orientdb-wrapper diff --git a/mdm/pom.xml b/mdm/pom.xml index 239993e369..6f01f6e769 100644 --- a/mdm/pom.xml +++ b/mdm/pom.xml @@ -7,7 +7,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 mesh-mdm diff --git a/performance-tests/pom.xml b/performance-tests/pom.xml index 369c237ecf..264caf9332 100644 --- a/performance-tests/pom.xml +++ b/performance-tests/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/plugin-api/pom.xml b/plugin-api/pom.xml index c44eff9a48..afc150aadf 100644 --- a/plugin-api/pom.xml +++ b/plugin-api/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/plugin-bom/pom.xml b/plugin-bom/pom.xml index d8d1b58c49..6d08e4f2d2 100644 --- a/plugin-bom/pom.xml +++ b/plugin-bom/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/plugin-dep/pom.xml b/plugin-dep/pom.xml index f82183027b..c9757a3673 100644 --- a/plugin-dep/pom.xml +++ b/plugin-dep/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/plugin-parent/pom.xml b/plugin-parent/pom.xml index ca7dec7f05..94853ecbd5 100644 --- a/plugin-parent/pom.xml +++ b/plugin-parent/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/pom.xml b/pom.xml index 38f95d9cd3..fea1e61328 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 pom Gentics Mesh diff --git a/rest-client/pom.xml b/rest-client/pom.xml index ebbeea8a46..e4e855a0d3 100644 --- a/rest-client/pom.xml +++ b/rest-client/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/rest-model/pom.xml b/rest-model/pom.xml index 02b32a044d..3a2796f879 100644 --- a/rest-model/pom.xml +++ b/rest-model/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/server/pom.xml b/server/pom.xml index 68c2e6abc0..d4bf6b2677 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/services/aws-s3-storage/pom.xml b/services/aws-s3-storage/pom.xml index febd76baad..23c7e36e57 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.10.13-SNAPSHOT + 1.10.13 diff --git a/services/image-imgscalr/pom.xml b/services/image-imgscalr/pom.xml index 87b7be0af0..43553f43f7 100644 --- a/services/image-imgscalr/pom.xml +++ b/services/image-imgscalr/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh-services - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/services/jwt-auth/pom.xml b/services/jwt-auth/pom.xml index 9bd22ff70a..6019f448cc 100644 --- a/services/jwt-auth/pom.xml +++ b/services/jwt-auth/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh-services - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/services/local-storage/pom.xml b/services/local-storage/pom.xml index 9de8eee1c1..754eb4ec65 100644 --- a/services/local-storage/pom.xml +++ b/services/local-storage/pom.xml @@ -9,7 +9,7 @@ com.gentics.mesh mesh-services - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/services/metrics-prometheus/pom.xml b/services/metrics-prometheus/pom.xml index 3998608970..80afee9572 100644 --- a/services/metrics-prometheus/pom.xml +++ b/services/metrics-prometheus/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh-services - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/services/pom.xml b/services/pom.xml index 0818a4b525..9809c36e41 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/tests/api/pom.xml b/tests/api/pom.xml index 175bb970e9..0c8401c71b 100644 --- a/tests/api/pom.xml +++ b/tests/api/pom.xml @@ -5,7 +5,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 mesh-tests-api Mesh - Tests API diff --git a/tests/common/pom.xml b/tests/common/pom.xml index b171bb5a28..d0a18c0a9f 100644 --- a/tests/common/pom.xml +++ b/tests/common/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/tests/context-api/pom.xml b/tests/context-api/pom.xml index a0c4d88356..a22bfbae5e 100644 --- a/tests/context-api/pom.xml +++ b/tests/context-api/pom.xml @@ -5,7 +5,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 mesh-tests-context-api Mesh - Tests context API diff --git a/tests/context-orientdb/pom.xml b/tests/context-orientdb/pom.xml index d0b330d2b3..cecb3531af 100644 --- a/tests/context-orientdb/pom.xml +++ b/tests/context-orientdb/pom.xml @@ -3,7 +3,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 mesh-tests-context-orientdb Mesh - Tests context - OrientDB diff --git a/tests/orientdb-runner/pom.xml b/tests/orientdb-runner/pom.xml index 8a11e580b9..0edb756839 100644 --- a/tests/orientdb-runner/pom.xml +++ b/tests/orientdb-runner/pom.xml @@ -5,7 +5,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 mesh-orientdb-tests-runner Mesh - Tests Runner - OrientDB diff --git a/tests/pom.xml b/tests/pom.xml index 8eb78575c2..69babf4bda 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/tests/tests-admin-gui/pom.xml b/tests/tests-admin-gui/pom.xml index e3903d3ff1..8be168c0ea 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.10.13-SNAPSHOT + 1.10.13 tests-mesh-admin-gui Mesh Admin GUI - Shared tests diff --git a/tests/tests-api/pom.xml b/tests/tests-api/pom.xml index c0fe91b8be..8d9298de57 100644 --- a/tests/tests-api/pom.xml +++ b/tests/tests-api/pom.xml @@ -8,7 +8,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/tests/tests-changelog-system/pom.xml b/tests/tests-changelog-system/pom.xml index 937622f5ef..66a4415bf5 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.10.13-SNAPSHOT + 1.10.13 tests-mesh-changelog-system Mesh Changelog System - Shared tests diff --git a/tests/tests-common/pom.xml b/tests/tests-common/pom.xml index 6cc357745f..c3dd5a3df3 100644 --- a/tests/tests-common/pom.xml +++ b/tests/tests-common/pom.xml @@ -8,7 +8,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/tests/tests-core/pom.xml b/tests/tests-core/pom.xml index dab08f685d..6a83eda411 100644 --- a/tests/tests-core/pom.xml +++ b/tests/tests-core/pom.xml @@ -8,7 +8,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/tests/tests-distributed-coordinator/pom.xml b/tests/tests-distributed-coordinator/pom.xml index e2d0873c9b..bbe114c9b7 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.10.13-SNAPSHOT + 1.10.13 tests-mesh-distributed-coordinator Mesh Distributed Coordinator - Shared tests diff --git a/tests/tests-distributed/pom.xml b/tests/tests-distributed/pom.xml index 0e2439a3b5..b4974bdc57 100644 --- a/tests/tests-distributed/pom.xml +++ b/tests/tests-distributed/pom.xml @@ -11,7 +11,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/tests/tests-elasticsearch/pom.xml b/tests/tests-elasticsearch/pom.xml index 84f889229c..7196871b19 100644 --- a/tests/tests-elasticsearch/pom.xml +++ b/tests/tests-elasticsearch/pom.xml @@ -5,7 +5,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 tests-mesh-elasticsearch Mesh Elasticsearch - Shared tests diff --git a/tests/tests-plugin-api/pom.xml b/tests/tests-plugin-api/pom.xml index fa59a5a036..694320b458 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.10.13-SNAPSHOT + 1.10.13 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 8c63653754..9b652d25b5 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.10.13-SNAPSHOT + 1.10.13 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 1c7e354346..1af199db82 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.10.13-SNAPSHOT + 1.10.13 tests-mesh-rest-model Mesh REST Model - Shared tests diff --git a/tests/tests-server/pom.xml b/tests/tests-server/pom.xml index 70b61428cc..700f877550 100644 --- a/tests/tests-server/pom.xml +++ b/tests/tests-server/pom.xml @@ -5,7 +5,7 @@ com.gentics.mesh mesh-tests - 1.10.13-SNAPSHOT + 1.10.13 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 2f8f5cd3bf..0e972bd723 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.10.13-SNAPSHOT + 1.10.13 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 b17fc00091..5a04762135 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.10.13-SNAPSHOT + 1.10.13 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 a49266fd7f..c03e8879a1 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.10.13-SNAPSHOT + 1.10.13 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 97e9346173..2b0e67b223 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.10.13-SNAPSHOT + 1.10.13 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 e57721f68b..3f481c4638 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.10.13-SNAPSHOT + 1.10.13 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 118a35e8c6..61aaf834f2 100644 --- a/verticles/admin-gui/pom.xml +++ b/verticles/admin-gui/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh-verticles - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/verticles/graphql/pom.xml b/verticles/graphql/pom.xml index 86f4e99ff5..1afd269ba0 100644 --- a/verticles/graphql/pom.xml +++ b/verticles/graphql/pom.xml @@ -9,7 +9,7 @@ com.gentics.mesh mesh-verticles - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/verticles/pom.xml b/verticles/pom.xml index 43c726877b..7995167641 100644 --- a/verticles/pom.xml +++ b/verticles/pom.xml @@ -9,7 +9,7 @@ com.gentics.mesh mesh - 1.10.13-SNAPSHOT + 1.10.13 diff --git a/verticles/rest/pom.xml b/verticles/rest/pom.xml index 2ab5b7f150..a6a9d2c9eb 100644 --- a/verticles/rest/pom.xml +++ b/verticles/rest/pom.xml @@ -10,7 +10,7 @@ com.gentics.mesh mesh-verticles - 1.10.13-SNAPSHOT + 1.10.13