Skip to content

Commit

Permalink
DATAREDIS-1232 - After release cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Oct 28, 2020
1 parent d6fd446 commit 95ee2eb
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 @@ -12,11 +12,11 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.4.0</version>
<version>2.5.0-SNAPSHOT</version>
</parent>

<properties>
<springdata.keyvalue>2.4.0</springdata.keyvalue>
<springdata.keyvalue>2.5.0-SNAPSHOT</springdata.keyvalue>
<awaitility>4.0.2</awaitility>
<jta>1.1</jta>
<beanutils>1.9.2</beanutils>
Expand Down Expand Up @@ -305,8 +305,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 95ee2eb

Please sign in to comment.