DATAKV-130 - Prepare next development iteration.
This commit is contained in:
committed by
Oliver Gierke
parent
35be2553c3
commit
3e7a231609
10
pom.xml
10
pom.xml
@@ -5,20 +5,20 @@
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-keyvalue</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.BUILD-SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data KeyValue</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>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<dist.key>DATAKV</dist.key>
|
||||
<springdata.commons>1.12.0.RELEASE</springdata.commons>
|
||||
<springdata.commons>1.12.1.BUILD-SNAPSHOT</springdata.commons>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -130,8 +130,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