Skip to content

Commit

Permalink
Release 0.5.2.
Browse files Browse the repository at this point in the history
See #103
  • Loading branch information
junghoon-vans committed Sep 15, 2023
1 parent ce1fb36 commit 99111e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

<groupId>io.vanslog</groupId>
<artifactId>spring-data-meilisearch</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>

<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.1.4</version>
</parent>

<name>Spring Data Meilisearch</name>
Expand All @@ -25,7 +25,7 @@
</organization>

<properties>
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
<springdata.commons>3.1.4</springdata.commons>
<meilisearch-java>0.11.2</meilisearch-java>
<testcontainers-meilisearch>1.0.5</testcontainers-meilisearch>

Expand Down

0 comments on commit 99111e6

Please sign in to comment.