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:
@@ -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')
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
@@ -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" }
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user