Change Gradle and Maven project descriptions and name.

This commit is contained in:
John Blum
2022-01-11 15:27:32 -08:00
parent ae5097a2fb
commit 097c70d3c6
2 changed files with 3 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ allprojects {
}
}
description = 'Spring Test Framework for Apache Geode and VMware Tanzu GemFire using Spring Data.'
description = 'Spring Test Framework for Apache Geode'
//ext['spring.version'] = "$springVersion"
ext['spring-framework.version'] = "$springVersion"

View File

@@ -20,11 +20,10 @@
<module>spring-data-geode-test</module>
</modules>
<name>Spring Test Framework for Apache Geode and VMware Tanzu GemFire</name>
<name>Spring Test Framework for Apache Geode</name>
<description>
This project introduces a Spring Data module building on the Spring Framework's TestContext,
used to write both Unit and Integration Tests for Spring Data for Apache Geode
as well as Spring Data for VMware Tanzu GemFire applications.
used to write Unit and Integration Tests for Spring Data for Apache Geode applications.
</description>
<url>https://github.com/jxblum/spring-data-tests-4-gemfire</url>