DATAREDIS-484 - Prepare next development iteration.
This commit is contained in:
committed by
Oliver Gierke
parent
59b6b93abc
commit
c09c4aff49
10
pom.xml
10
pom.xml
@@ -5,19 +5,19 @@
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-redis</artifactId>
|
||||
<version>1.7.0.RELEASE</version>
|
||||
<version>1.7.1.BUILD-SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data Redis</name>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.8.0.RELEASE</version>
|
||||
<version>1.8.1.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<dist.key>DATAREDIS</dist.key>
|
||||
<springdata.keyvalue>1.1.0.RELEASE</springdata.keyvalue>
|
||||
<springdata.keyvalue>1.1.1.BUILD-SNAPSHOT</springdata.keyvalue>
|
||||
<jta>1.1</jta>
|
||||
<beanutils>1.9.2</beanutils>
|
||||
<xstream>1.4.8</xstream>
|
||||
@@ -275,8 +275,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user