Skip to content

Commit

Permalink
build: updated evitaDB version to correct latest version (including d…
Browse files Browse the repository at this point in the history
…ocumentation)
  • Loading branch information
novoj committed Jan 1, 2024
1 parent 52f9ca2 commit fbefaf4
Show file tree
Hide file tree
Showing 27 changed files with 54 additions and 55 deletions.
8 changes: 4 additions & 4 deletions documentation/user/en/get-started/run-evitadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To integrate evitaDB into your project, use the following steps:
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_db</artifactId>
<version>0.9.ALPHA</version>
<version>10.1.1</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -108,7 +108,7 @@ exception when you enable the corresponding API in evitaDB's configuration.
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_grpc</artifactId>
<version>0.9.ALPHA</version>
<version>10.1.1</version>
<type>pom</type>
</dependency>
```
Expand All @@ -128,7 +128,7 @@ implementation 'io.evitadb:evita_external_api_grpc:0.9.ALPHA'
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_graphql</artifactId>
<version>0.9.ALPHA</version>
<version>10.1.1</version>
<type>pom</type>
</dependency>
```
Expand All @@ -148,7 +148,7 @@ implementation 'io.evitadb:evita_external_api_graphql:0.9.ALPHA'
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_rest</artifactId>
<version>0.9.ALPHA</version>
<version>10.1.1</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/user/en/operate/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion documentation/user/en/use/api/write-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ artifact into your project:
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_test_support</artifactId>
<version>0.9.ALPHA</version>
<version>10.1.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions evita_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions evita_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -33,7 +33,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>
<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions evita_db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/evita_external_api_core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/evita_external_api_graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/evita_external_api_grpc/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/evita_external_api_grpc/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/evita_external_api_grpc/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/evita_external_api_lab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -30,7 +30,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/evita_external_api_rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/evita_external_api_system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -30,7 +30,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions evita_functional_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -30,7 +30,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions evita_performance_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -30,7 +30,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions evita_query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>
<properties>
<antlr4.version>4.9.2</antlr4.version>
Expand Down
4 changes: 2 additions & 2 deletions evita_server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -32,7 +32,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_store/evita_store_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_store</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_store/evita_store_entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -32,7 +32,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_store</artifactId>
<version>0.10-SNAPSHOT</version>
<version>10.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Loading

0 comments on commit fbefaf4

Please sign in to comment.