Release 0.0.1.M1.

This commit is contained in:
John Blum
2018-08-22 11:44:18 -07:00
parent 294c985317
commit 2caa5b5358
5 changed files with 5 additions and 9 deletions

View File

@@ -12,4 +12,4 @@ springDataGemFireVersion=2.1.0.RC2
springDataGeodeVersion=2.1.0.RC2
springDataReleaseTrainVersion=Lovelace-RC2
springShellVersion=1.2.0.RELEASE
version=0.0.1.BUILD-SNAPSHOT
version=0.0.1.M1

View File

@@ -8,12 +8,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC2</version>
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.1.BUILD-SNAPSHOT</version>
<version>0.0.1.M1</version>
<packaging>pom</packaging>
<modules>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.1.BUILD-SNAPSHOT</version>
<version>0.0.1.M1</version>
</parent>
<artifactId>spring-data-gemfire-test</artifactId>

View File

@@ -2,10 +2,6 @@ apply plugin: 'io.spring.convention.spring-module'
description = "Spring Test Framework for Apache Geode"
repositories {
maven { url = "https://repo.spring.io/libs-snapshot" }
}
dependencies {
compile "edu.umd.cs.mtc:multithreadedtc"

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.1.BUILD-SNAPSHOT</version>
<version>0.0.1.M1</version>
</parent>
<artifactId>spring-data-geode-test</artifactId>