SGF-639 - Re-prepare next development iteration.
This commit is contained in:
@@ -20,7 +20,7 @@ description = 'Spring Data GemFire'
|
||||
group = 'org.springframework.data'
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/libs-release" }
|
||||
maven { url "https://repo.spring.io/libs-snapshot" }
|
||||
maven { url "https://repo.spring.io/plugins-release" }
|
||||
}
|
||||
|
||||
|
||||
@@ -9,6 +9,6 @@ mockitoVersion=1.10.19
|
||||
slf4jVersion=1.7.12
|
||||
spring.range="[4.0.0, 5.0.0)"
|
||||
springVersion=4.0.9.RELEASE
|
||||
springDataBuildVersion=1.6.2.RELEASE
|
||||
springDataCommonsVersion=1.10.2.RELEASE
|
||||
version=1.6.2.RELEASE-PATCH02
|
||||
springDataBuildVersion=1.6.3.BUILD-SNAPSHOT
|
||||
springDataCommonsVersion=1.10.3.BUILD-SNAPSHOT
|
||||
version=1.6.3.BUILD-SNAPSHOT
|
||||
|
||||
10
pom.xml
10
pom.xml
@@ -6,12 +6,12 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>1.6.2.RELEASE</version>
|
||||
<version>1.6.3.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-gemfire</artifactId>
|
||||
<version>1.6.2.RELEASE-PATCH02</version>
|
||||
<version>1.6.3.BUILD-SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data Gemfire</name>
|
||||
|
||||
@@ -21,14 +21,14 @@
|
||||
<assertj.version>3.5.2</assertj.version>
|
||||
<gemfire.version>8.0.0</gemfire.version>
|
||||
<multithreadedtc.version>1.01</multithreadedtc.version>
|
||||
<springdata.commons>1.10.2.RELEASE</springdata.commons>
|
||||
<springdata.commons>1.10.3.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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user