Skip to content

Commit

Permalink
Release 0.5.1.
Browse files Browse the repository at this point in the history
See #94
  • Loading branch information
junghoon-vans committed Aug 30, 2023
1 parent f1a57bb commit 7ece545
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.1-SNAPSHOT</version>
<version>0.5.1</version>

<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.1.3</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.3</springdata.commons>
<meilisearch-java>0.11.1</meilisearch-java>

<java-module-name>spring.data.meilisearch</java-module-name>
Expand Down

0 comments on commit 7ece545

Please sign in to comment.