Replace all references to 'VMware GemFire' with 'VMware Tanzu GemFire' in project Gradle/Maven build files and the docs (README).

This commit is contained in:
John Blum
2020-09-16 16:11:16 -07:00
parent e67104ee6b
commit 3a2811f52b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
image:https://api.travis-ci.org/spring-projects/spring-test-data-geode.svg?branch=master["Build Status", link="https://travis-ci.org/spring-projects/spring-test-data-geode"]
[[about]]
== Spring Test Framework for Apache Geode & VMware GemFire
== Spring Test Framework for Apache Geode & VMware Tanzu GemFire
The STDG project is a _Spring Data_ module, building on the core _Spring Framework's_ `TestContext`, used to write
_Unit_ and _Integration Tests_ when building _Spring Data_ for https://geode.apache.org/[Apache Geode]

View File

@@ -12,7 +12,7 @@ buildscript {
apply plugin: 'io.spring.convention.root'
group = 'org.springframework.data'
description = 'Spring Test Framework for Apache Geode and VMware GemFire using Spring Data.'
description = 'Spring Test Framework for Apache Geode and VMware Tanzu GemFire using Spring Data.'
ext['spring.version'] = "$springVersion"
ext['spring-framework.version'] = "$springVersion"

View File

@@ -21,11 +21,11 @@
<module>spring-data-gemfire-test</module>
</modules>
<name>Spring Test Framework for Apache Geode and VMware GemFire</name>
<name>Spring Test Framework for Apache Geode and VMware Tanzu GemFire</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 GemFire applications.
as well as Spring Data for VMware Tanzu GemFire applications.
</description>
<url>https://github.com/jxblum/spring-data-tests-4-gemfire</url>

View File

@@ -14,10 +14,10 @@
<artifactId>spring-data-gemfire-test</artifactId>
<packaging>jar</packaging>
<name>Spring Test Framework for VMware GemFire</name>
<name>Spring Test Framework for VMware Tanzu GemFire</name>
<description>
Module using Spring Framework's TestContext to write both Unit and Integration Tests
for Spring Data for VMware GemFire applications.
for Spring Data for VMware Tanzu GemFire applications.
</description>
<url>https://github.com/jxblum/spring-data-tests-4-gemfire</url>