Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #1730
  • Loading branch information
mp911de committed Apr 14, 2021
1 parent 2b61b58 commit 39307b7
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,7 +10,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.9.RELEASE</version>
<version>2.3.10.BUILD-SNAPSHOT</version>
</parent>

<name>Spring Data Elasticsearch</name>
Expand All @@ -21,7 +21,7 @@
<commonslang>2.6</commonslang>
<elasticsearch>7.6.2</elasticsearch>
<log4j>2.9.1</log4j>
<springdata.commons>2.3.9.RELEASE</springdata.commons>
<springdata.commons>2.3.10.BUILD-SNAPSHOT</springdata.commons>
<netty>4.1.39.Final</netty>
<java-module-name>spring.data.elasticsearch</java-module-name>
</properties>
Expand Down Expand Up @@ -373,8 +373,8 @@

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

Expand Down

0 comments on commit 39307b7

Please sign in to comment.