Skip to content

Commit

Permalink
build: revert POM version upgrade in hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
novoj committed Feb 11, 2025
1 parent dfed823 commit 13d7bae
Show file tree
Hide file tree
Showing 28 changed files with 31 additions and 31 deletions.
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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

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>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
8 changes: 4 additions & 4 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>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -129,19 +129,19 @@
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_grpc</artifactId>
<version>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_graphql</artifactId>
<version>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.evitadb</groupId>
<artifactId>evita_external_api_rest</artifactId>
<version>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-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>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_store/evita_store_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_store</artifactId>
<version>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion evita_store/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>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion evita_test_support/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>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jacoco/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>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.evitadb</groupId>
<artifactId>evita_root</artifactId>
<version>2025.2-SNAPSHOT</version>
<version>2025.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>evitaDB - Root &amp; modules aggregator</name>
<url>https://evitadb.io</url>
Expand Down

0 comments on commit 13d7bae

Please sign in to comment.