Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: moving to next MAJOR version #584

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Each code block is then rendered as an individual tab within the `<CodeTabsBlock
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_test_support</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/blog/en/examples/string_contains/bom.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
* limitations under the License.
*/

implementation 'io.evitadb:evita_external_api_graphql:2024.6.1'
implementation 'io.evitadb:evita_external_api_graphql:2024.7.2'
2 changes: 1 addition & 1 deletion documentation/blog/en/examples/string_contains/bom.maven
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_graphql</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
<type>pom</type>
</dependency>
2 changes: 1 addition & 1 deletion documentation/blog/en/examples/string_contains/model.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_graphql</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
<type>pom</type>
</dependency>
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>Zprovoznění Docker kontejneru</h2>
| __/\ V /| | || (_| | |_| | |_) |
\___| \_/ |_|\__\__,_|____/|____/

beta build 2024.6.1 (keep calm and report bugs 😉)
beta build 2024.7.2 (keep calm and report bugs 😉)
Visit us at: https://evitadb.io

Log config used: META-INF/logback.xml (original file `/evita/logback.xml` doesn't exist)
Expand Down
6 changes: 3 additions & 3 deletions documentation/user/en/get-started/query-our-dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ When this procedure is completed you should see the similar output in the consol
| __/\ V /| | || (_| | |_| | |_) |
\___| \_/ |_|\__\__,_|____/|____/

beta build 2024.6.1 (keep calm and report bugs 😉)
beta build 2024.7.2 (keep calm and report bugs 😉)
Visit us at: https://evitadb.io

19:45:37.088 INFO i.e.s.c.DefaultCatalogPersistenceService - Catalog `evita` is being loaded and it contains:
Expand Down Expand Up @@ -137,13 +137,13 @@ Open your Java IDE and add the following dependency to your project:
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_java_driver</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
</dependency>
```
</CodeTabsBlock>
<CodeTabsBlock>
```Gradle
implementation 'io.evitadb:evita_java_driver:2024.6.1'
implementation 'io.evitadb:evita_java_driver:2024.7.2'
```
</CodeTabsBlock>
</CodeTabs>
Expand Down
18 changes: 9 additions & 9 deletions documentation/user/en/get-started/run-evitadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ To integrate evitaDB into your project, use the following steps:
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_db</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
<type>pom</type>
</dependency>
```
</CodeTabsBlock>
<CodeTabsBlock>
```Gradle
implementation 'io.evitadb:evita_db:2024.6.1'
implementation 'io.evitadb:evita_db:2024.7.2'
```
</CodeTabsBlock>
</CodeTabs>
Expand Down Expand Up @@ -108,14 +108,14 @@ exception when you enable the corresponding API in evitaDB's configuration.
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_grpc</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
<type>pom</type>
</dependency>
```
</CodeTabsBlock>
<CodeTabsBlock>
```Gradle
implementation 'io.evitadb:evita_external_api_grpc:2024.6.1'
implementation 'io.evitadb:evita_external_api_grpc:2024.7.2'
```
</CodeTabsBlock>
</CodeTabs>
Expand All @@ -128,14 +128,14 @@ implementation 'io.evitadb:evita_external_api_grpc:2024.6.1'
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_graphql</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
<type>pom</type>
</dependency>
```
</CodeTabsBlock>
<CodeTabsBlock>
```Gradle
implementation 'io.evitadb:evita_external_api_graphql:2024.6.1'
implementation 'io.evitadb:evita_external_api_graphql:2024.7.2'
```
</CodeTabsBlock>
</CodeTabs>
Expand All @@ -148,14 +148,14 @@ implementation 'io.evitadb:evita_external_api_graphql:2024.6.1'
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_rest</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
<type>pom</type>
</dependency>
```
</CodeTabsBlock>
<CodeTabsBlock>
```Gradle
implementation 'io.evitadb:evita_external_api_rest:2024.6.1'
implementation 'io.evitadb:evita_external_api_rest:2024.7.2'
```
</CodeTabsBlock>
</CodeTabs>
Expand Down Expand Up @@ -226,7 +226,7 @@ When you start the evitaDB server you should see the following information in th
| __/\ V /| | || (_| | |_| | |_) |
\___| \_/ |_|\__\__,_|____/|____/

beta build 2024.6.1 (keep calm and report bugs 😉)
beta build 2024.7.2 (keep calm and report bugs 😉)
Visit us at: https://evitadb.io

Log config used: META-INF/logback.xml
Expand Down
4 changes: 2 additions & 2 deletions documentation/user/en/use/api/write-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ artifact into your project:
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_test_support</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
<scope>test</scope>
</dependency>
```
</CodeTabsBlock>
<CodeTabsBlock>
```Gradle
implementation 'io.evitadb:evita_test_support:2024.6.1'
implementation 'io.evitadb:evita_test_support:2024.7.2'
```
</CodeTabsBlock>
</CodeTabs>
Expand Down
4 changes: 2 additions & 2 deletions documentation/user/en/use/connectors/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ In order to use a Java remote client you need only to add following dependency t
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_java_driver</artifactId>
<version>2024.6.1</version>
<version>2024.7.2</version>
</dependency>
```
</CodeTabsBlock>
<CodeTabsBlock>
```Gradle
implementation 'io.evitadb:evita_java_driver:2024.6.1'
implementation 'io.evitadb:evita_java_driver:2024.7.2'
```
</CodeTabsBlock>
</CodeTabs>
Expand Down
2 changes: 1 addition & 1 deletion evita_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion evita_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>
<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion evita_db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_external_api/evita_external_api_core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_external_api/evita_external_api_graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_external_api/evita_external_api_grpc/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>evita_api</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_java_driver</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_external_api/evita_external_api_grpc/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_external_api/evita_external_api_grpc/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion evita_external_api/evita_external_api_lab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions evita_external_api/evita_external_api_observability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_grpc</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_external_api/evita_external_api_rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_external_api/evita_external_api_system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_external_api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion evita_functional_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion evita_performance_tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion evita_query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>
<properties>
<antlr4.version>4.9.2</antlr4.version>
Expand Down
2 changes: 1 addition & 1 deletion evita_server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_store/evita_store_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_store</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_store/evita_store_entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_store</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_store/evita_store_key_value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>io.evitadb</groupId>
<artifactId>evita_store</artifactId>
<version>2024.6-SNAPSHOT</version>
<version>2024.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
Loading
Loading