From 3a2811f52b0d44361f121d32bdf4639b36ce83de Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 16 Sep 2020 16:11:16 -0700 Subject: [PATCH] Replace all references to 'VMware GemFire' with 'VMware Tanzu GemFire' in project Gradle/Maven build files and the docs (README). --- README.adoc | 2 +- build.gradle | 2 +- pom.xml | 4 ++-- spring-data-gemfire-test/pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 5e4bfd7..aab42d3 100644 --- a/README.adoc +++ b/README.adoc @@ -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] diff --git a/build.gradle b/build.gradle index 56e0cc8..8157cd5 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/pom.xml b/pom.xml index 4c8acfe..0d45d2a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,11 +21,11 @@ spring-data-gemfire-test - Spring Test Framework for Apache Geode and VMware GemFire + Spring Test Framework for Apache Geode and VMware Tanzu GemFire 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. https://github.com/jxblum/spring-data-tests-4-gemfire diff --git a/spring-data-gemfire-test/pom.xml b/spring-data-gemfire-test/pom.xml index 81b04f0..5b6f7f8 100644 --- a/spring-data-gemfire-test/pom.xml +++ b/spring-data-gemfire-test/pom.xml @@ -14,10 +14,10 @@ spring-data-gemfire-test jar - Spring Test Framework for VMware GemFire + Spring Test Framework for VMware Tanzu GemFire 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. https://github.com/jxblum/spring-data-tests-4-gemfire