SGF-536 - After release cleanups.

This commit is contained in:
Oliver Gierke
2016-09-29 10:37:59 +02:00
parent 40c70c7ef3
commit 0f2f355ab7

10
pom.xml
View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.6.RELEASE</version>
<version>1.7.7.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -22,14 +22,14 @@
<gemfire.version>8.1.0</gemfire.version>
<google-code-findbugs.version>2.0.2</google-code-findbugs.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<springdata.commons>1.11.6.RELEASE</springdata.commons>
<springdata.commons>1.11.7.BUILD-SNAPSHOT</springdata.commons>
<spring-shell.version>1.0.0.RELEASE</spring-shell.version>
</properties>
<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>