From 84fe419070ac4e9830beee44352d911cf7226c78 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 11 Jan 2022 15:15:32 -0800 Subject: [PATCH] Change Gradle and Maven project descriptions and name. --- build.gradle | 2 +- pom.xml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 03fb066..77e5667 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/pom.xml b/pom.xml index d6f08ca..b16720b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,11 +20,10 @@ spring-data-geode-test - Spring Test Framework for Apache Geode and VMware Tanzu GemFire + Spring Test Framework for Apache Geode 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. https://github.com/jxblum/spring-data-tests-4-gemfire