Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2464
  • Loading branch information
christophstrobl committed Mar 20, 2023
1 parent 96985fa commit d95af9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.1.0-M3</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<name>Spring Data Elasticsearch</name>
<description>Spring Data Implementation for Elasticsearch</description>
<url>https://github.com/spring-projects/spring-data-elasticsearch</url>

<properties>
<springdata.commons>3.1.0-M3</springdata.commons>
<springdata.commons>3.1.0-SNAPSHOT</springdata.commons>

<!-- version of the RestHighLevelClient -->
<elasticsearch-rhlc>7.17.9</elasticsearch-rhlc>
Expand Down Expand Up @@ -520,8 +520,8 @@

<repositories>
<repository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>

<repository>
Expand Down

0 comments on commit d95af9f

Please sign in to comment.