Skip to content

Commit

Permalink
Prepare next development iteration.
Browse files Browse the repository at this point in the history
See #111
  • Loading branch information
junghoon-vans committed Nov 8, 2023
1 parent 96211d2 commit 68b842b
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.3</version>
<version>0.5.4-SNAPSHOT</version>

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

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

<properties>
<springdata.commons>3.1.5</springdata.commons>
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
<meilisearch-java>0.11.5</meilisearch-java>
<testcontainers-meilisearch>1.0.5</testcontainers-meilisearch>

Expand Down

0 comments on commit 68b842b

Please sign in to comment.