diff --git a/documentation/user/en/get-started/run-evitadb.md b/documentation/user/en/get-started/run-evitadb.md
index 15b6b4b04b..b722eddec2 100644
--- a/documentation/user/en/get-started/run-evitadb.md
+++ b/documentation/user/en/get-started/run-evitadb.md
@@ -63,7 +63,7 @@ To integrate evitaDB into your project, use the following steps:
io.evitadb
evita_db
- 0.9.ALPHA
+ 10.1.1
pom
```
@@ -108,7 +108,7 @@ exception when you enable the corresponding API in evitaDB's configuration.
io.evitadb
evita_external_api_grpc
- 0.9.ALPHA
+ 10.1.1
pom
```
@@ -128,7 +128,7 @@ implementation 'io.evitadb:evita_external_api_grpc:0.9.ALPHA'
io.evitadb
evita_external_api_graphql
- 0.9.ALPHA
+ 10.1.1
pom
```
@@ -148,7 +148,7 @@ implementation 'io.evitadb:evita_external_api_graphql:0.9.ALPHA'
io.evitadb
evita_external_api_rest
- 0.9.ALPHA
+ 10.1.1
pom
```
diff --git a/documentation/user/en/operate/run.md b/documentation/user/en/operate/run.md
index 74ed832022..f475b65afb 100644
--- a/documentation/user/en/operate/run.md
+++ b/documentation/user/en/operate/run.md
@@ -331,7 +331,7 @@ You can check statuses of the GraphQL and the REST API by using the `curl` comma
For GraphQL API run (applies to default evitaDB configuration):
```shell
curl -k -X POST "https://localhost:5555/gql/system" \
- -H 'Content-Type: application/graphql+json' \
+ -H 'Content-Type: application/json' \
-d '{"query":"{liveness}"}'
```
this should return following confirmation about liveness status of the GraphQL API:
diff --git a/documentation/user/en/use/api/write-tests.md b/documentation/user/en/use/api/write-tests.md
index c74b825866..0dbe22194c 100644
--- a/documentation/user/en/use/api/write-tests.md
+++ b/documentation/user/en/use/api/write-tests.md
@@ -44,7 +44,7 @@ artifact into your project:
io.evitadb
evita_test_support
- 0.9.ALPHA
+ 10.1.1
test
```
diff --git a/evita_api/pom.xml b/evita_api/pom.xml
index 0e71e2c980..0e28d1af04 100644
--- a/evita_api/pom.xml
+++ b/evita_api/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_common/pom.xml b/evita_common/pom.xml
index 69025390fb..6a43d390a3 100644
--- a/evita_common/pom.xml
+++ b/evita_common/pom.xml
@@ -8,7 +8,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_db/pom.xml b/evita_db/pom.xml
index fc32756fe0..5deb31b0f8 100644
--- a/evita_db/pom.xml
+++ b/evita_db/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_engine/pom.xml b/evita_engine/pom.xml
index 552252f3cc..8f20385511 100644
--- a/evita_engine/pom.xml
+++ b/evita_engine/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_external_api/evita_external_api_core/pom.xml b/evita_external_api/evita_external_api_core/pom.xml
index 144d0d8821..add93c5f50 100644
--- a/evita_external_api/evita_external_api_core/pom.xml
+++ b/evita_external_api/evita_external_api_core/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_external_api
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_external_api/evita_external_api_graphql/pom.xml b/evita_external_api/evita_external_api_graphql/pom.xml
index 9af197a262..1bcb60f620 100644
--- a/evita_external_api/evita_external_api_graphql/pom.xml
+++ b/evita_external_api/evita_external_api_graphql/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_external_api
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_external_api/evita_external_api_grpc/client/pom.xml b/evita_external_api/evita_external_api_grpc/client/pom.xml
index 3039c2acdd..fe64bbd832 100644
--- a/evita_external_api/evita_external_api_grpc/client/pom.xml
+++ b/evita_external_api/evita_external_api_grpc/client/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
../../../pom.xml
diff --git a/evita_external_api/evita_external_api_grpc/server/pom.xml b/evita_external_api/evita_external_api_grpc/server/pom.xml
index 20332f5d40..2ddc070d2a 100644
--- a/evita_external_api/evita_external_api_grpc/server/pom.xml
+++ b/evita_external_api/evita_external_api_grpc/server/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_external_api
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
../../pom.xml
diff --git a/evita_external_api/evita_external_api_grpc/shared/pom.xml b/evita_external_api/evita_external_api_grpc/shared/pom.xml
index 723809d7af..044b8e5f9c 100644
--- a/evita_external_api/evita_external_api_grpc/shared/pom.xml
+++ b/evita_external_api/evita_external_api_grpc/shared/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_external_api
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
../../pom.xml
diff --git a/evita_external_api/evita_external_api_lab/pom.xml b/evita_external_api/evita_external_api_lab/pom.xml
index 741057be1e..efb00d8fab 100644
--- a/evita_external_api/evita_external_api_lab/pom.xml
+++ b/evita_external_api/evita_external_api_lab/pom.xml
@@ -6,7 +6,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
io.evitadb
evita_external_api
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_external_api/evita_external_api_rest/pom.xml b/evita_external_api/evita_external_api_rest/pom.xml
index 3f41b3b4be..94f411ca22 100644
--- a/evita_external_api/evita_external_api_rest/pom.xml
+++ b/evita_external_api/evita_external_api_rest/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_external_api
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_external_api/evita_external_api_system/pom.xml b/evita_external_api/evita_external_api_system/pom.xml
index 563b1605b8..4136d9aca0 100644
--- a/evita_external_api/evita_external_api_system/pom.xml
+++ b/evita_external_api/evita_external_api_system/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_external_api
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_external_api/pom.xml b/evita_external_api/pom.xml
index 49f8f4bd80..5b3475dbf6 100644
--- a/evita_external_api/pom.xml
+++ b/evita_external_api/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_functional_tests/pom.xml b/evita_functional_tests/pom.xml
index 3a100194d1..f341387cf8 100644
--- a/evita_functional_tests/pom.xml
+++ b/evita_functional_tests/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_performance_tests/pom.xml b/evita_performance_tests/pom.xml
index 7ee9f8e8f0..7a3e3391fe 100644
--- a/evita_performance_tests/pom.xml
+++ b/evita_performance_tests/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_query/pom.xml b/evita_query/pom.xml
index 0c739d3630..9e2be45266 100644
--- a/evita_query/pom.xml
+++ b/evita_query/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
4.9.2
diff --git a/evita_server/pom.xml b/evita_server/pom.xml
index 47e267c457..5e5c3c3d1f 100644
--- a/evita_server/pom.xml
+++ b/evita_server/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_store/evita_store_common/pom.xml b/evita_store/evita_store_common/pom.xml
index 3c5bf5d4cb..12274afecd 100644
--- a/evita_store/evita_store_common/pom.xml
+++ b/evita_store/evita_store_common/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_store
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_store/evita_store_entity/pom.xml b/evita_store/evita_store_entity/pom.xml
index 1dd0972e79..64c33fe100 100644
--- a/evita_store/evita_store_entity/pom.xml
+++ b/evita_store/evita_store_entity/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
io.evitadb
evita_store
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_store/evita_store_key_value/pom.xml b/evita_store/evita_store_key_value/pom.xml
index f04c80a297..ba6b6298bb 100644
--- a/evita_store/evita_store_key_value/pom.xml
+++ b/evita_store/evita_store_key_value/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_store
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_store/evita_store_server/pom.xml b/evita_store/evita_store_server/pom.xml
index 711eaf5bf4..b92c47c1cd 100644
--- a/evita_store/evita_store_server/pom.xml
+++ b/evita_store/evita_store_server/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_store
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_store/pom.xml b/evita_store/pom.xml
index 36608014f8..7029f486e0 100644
--- a/evita_store/pom.xml
+++ b/evita_store/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/evita_test_support/pom.xml b/evita_test_support/pom.xml
index 0ce74e27d2..7df10f4aa8 100644
--- a/evita_test_support/pom.xml
+++ b/evita_test_support/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 0be70943af..0f3472bb71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
~ | __/\ V /| | || (_| | |_| | |_) |
~ \___| \_/ |_|\__\__,_|____/|____/
~
- ~ Copyright (c) 2023
+ ~ Copyright (c) 2023-2024
~
~ Licensed under the Business Source License, Version 1.1 (the "License");
~ you may not use this file except in compliance with the License.
@@ -21,12 +21,11 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
4.0.0
io.evitadb
evita_root
- 0.10-SNAPSHOT
+ 10.1-SNAPSHOT
pom
evitaDB - Root & modules aggregator
https://evitadb.io