Skip to content

Commit

Permalink
0.70.1: Fix missing dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rudibatt committed Feb 28, 2025
1 parent c5c86f0 commit 0af4c54
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions indexer-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-parent</artifactId>
<version>0.70.0</version>
<version>0.70.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>indexer-service</artifactId>
<version>0.45.0</version>
<version>0.45.1</version>
<packaging>jar</packaging>

<!-- Import dependency management from Spring Boot -->
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-parent</artifactId>
<version>0.70.0</version>
<version>0.70.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions ocs-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-parent</artifactId>
<version>0.70.0</version>
<version>0.70.1</version>
<relativePath>../</relativePath>
</parent>

<artifactId>ocs-commons</artifactId>
<version>0.34.0</version>
<version>0.34.1</version>
<packaging>jar</packaging>

<description>Library that contains common models and utility for the open-commerce-search stack</description>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-parent</artifactId>
<packaging>pom</packaging>
<version>0.70.0</version>
<version>0.70.1</version>
<name>SearchHub Services - Parent</name>

<modules>
Expand Down Expand Up @@ -52,29 +52,29 @@
<dependency>
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-plugin-spi</artifactId>
<version>1.17.3</version>
<version>1.18.0</version>
</dependency>
<dependency>
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-commons</artifactId>
<version>0.33.3</version>
<version>0.34.1</version>
</dependency>
<dependency>
<groupId>de.cxp.ocs</groupId>
<artifactId>indexer-service</artifactId>
<version>0.44.4</version>
<version>0.45.1</version>
</dependency>
<dependency>
<groupId>de.cxp.ocs</groupId>
<artifactId>search-service</artifactId>
<version>0.61.3</version>
<version>0.62.1</version>
</dependency>
<!-- only including the suggest-service directly, because it depends on
the other suggest modules -->
<dependency>
<groupId>de.cxp.ocs</groupId>
<artifactId>suggest-service</artifactId>
<version>0.29.2</version>
<version>0.23.0</version>
</dependency>
<dependency>
<groupId>de.cxp.ocs</groupId>
Expand Down
4 changes: 2 additions & 2 deletions search-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-parent</artifactId>
<version>0.70.0</version>
<version>0.70.1</version>
<relativePath>../</relativePath>
</parent>

<artifactId>search-service</artifactId>
<version>0.62.0</version>
<version>0.62.1</version>
<packaging>jar</packaging>

<!-- Import dependency management from Spring Boot -->
Expand Down
4 changes: 2 additions & 2 deletions suggest-service-parent/ocs-suggest-data-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>suggest-service-parent</artifactId>
<version>0.70.0</version>
<version>0.70.1</version>
<relativePath>../</relativePath>
</parent>

<artifactId>ocs-suggest-data-provider</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
<packaging>jar</packaging>
<name>OCS Suggest Data Provider</name>

Expand Down
6 changes: 3 additions & 3 deletions suggest-service-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-parent</artifactId>
<version>0.70.0</version>
<version>0.70.1</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>de.cxp.ocs</groupId>
<artifactId>smartsuggest-lib</artifactId>
<version>0.23.0</version>
<version>0.23.1</version>
</dependency>
<dependency>
<groupId>de.cxp.ocs</groupId>
<artifactId>ocs-suggest-data-provider</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions suggest-service-parent/smartsuggest-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>suggest-service-parent</artifactId>
<version>0.70.0</version>
<version>0.70.1</version>
<relativePath>../</relativePath>
</parent>

<artifactId>smartsuggest-lib</artifactId>
<version>0.23.0</version>
<version>0.23.1</version>
<packaging>jar</packaging>
<name>smartSuggest Library</name>

Expand Down
2 changes: 1 addition & 1 deletion suggest-service-parent/suggest-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.cxp.ocs</groupId>
<artifactId>suggest-service-parent</artifactId>
<version>0.70.0</version>
<version>0.70.1</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 0af4c54

Please sign in to comment.