Skip to content

Commit

Permalink
DATAREDIS-1090 - After release cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jan 17, 2020
1 parent 8a1aeff commit fd85fb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -12,11 +12,11 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.0.M2</version>
<version>2.3.0.BUILD-SNAPSHOT</version>
</parent>

<properties>
<springdata.keyvalue>2.3.0.M2</springdata.keyvalue>
<springdata.keyvalue>2.3.0.BUILD-SNAPSHOT</springdata.keyvalue>
<jta>1.1</jta>
<beanutils>1.9.2</beanutils>
<xstream>1.4.8</xstream>
Expand Down Expand Up @@ -291,8 +291,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>
</repositories>

Expand Down

0 comments on commit fd85fb4

Please sign in to comment.