Rename spring-test-data-gemfire module to spring-data-gemfire-test.

Rename spring-test-data-geode module to spring-data-geode-test.
This commit is contained in:
John Blum
2018-06-01 18:20:33 -07:00
parent 827383e5f2
commit 1195c89ad0
41 changed files with 10 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ buildscript {
apply plugin: 'io.spring.convention.root'
group = 'org.springframework.data'
description = 'Spring Test Framework for Apache Geode and Pivotal GemFire using Spring Data'
description = 'Spring Test Framework for Apache Geode and Pivotal GemFire using Spring Data.'
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')

View File

@@ -17,8 +17,8 @@
<packaging>pom</packaging>
<modules>
<module>spring-test-data-geode</module>
<module>spring-test-data-gemfire</module>
<module>spring-data-geode-test</module>
<module>spring-data-gemfire-test</module>
</modules>
<name>Spring Test Framework for Apache Geode and Pivotal GemFire using Spring Data</name>

View File

@@ -1,16 +1,14 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
description = "Spring Test for Pivotal GemFire"
description = "Spring Test Framework for Pivotal GemFire"
dependencies {
compile(project(':spring-test-data-geode')) {
compile(project(':spring-data-geode-test')) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}
compile "org.springframework.data:spring-data-gemfire"
}

View File

@@ -11,10 +11,10 @@
<version>0.0.1.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-test-data-gemfire</artifactId>
<artifactId>spring-data-gemfire-test</artifactId>
<packaging>jar</packaging>
<name>Spring Test Framework for Pivotal GemFire using Spring Data for Pivotal GemFire</name>
<name>Spring Test Framework for Pivotal GemFire</name>
<description>
Module using Spring Framework's TestContext to write both Unit and Integration Tests
for Spring Data for Pivotal GemFire applications.

View File

@@ -1,8 +1,7 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: IDE_GRADLE
description = "Spring Test for Pivotal GemFire"
description = "Spring Test Framework for Apache Geode"
repositories {
maven { url = "https://repo.spring.io/libs-snapshot" }

View File

@@ -11,10 +11,10 @@
<version>0.0.1.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-test-data-geode</artifactId>
<artifactId>spring-data-geode-test</artifactId>
<packaging>jar</packaging>
<name>Spring Test Framework for Apache Geode using Spring Data for Apache Geode</name>
<name>Spring Test Framework for Apache Geode</name>
<description>
Module using Spring Framework's TestContext to write both Unit and Integration Tests
for Spring Data for Apache Geode applications.