Change all Gradle build file desriptions containing 'Spring Session Data Geode' to 'Spring Session for Apache Geode'.
Change all Gradle build file descriptions containing 'Spring Session Data GemFire' to 'Spring Session for Pivotal GemFire'.
This commit is contained in:
@@ -12,7 +12,7 @@ buildscript {
|
||||
apply plugin: 'io.spring.convention.root'
|
||||
|
||||
group = 'org.springframework.session'
|
||||
description = 'Spring Session Data Geode'
|
||||
description = 'Spring Session for Apache Geode'
|
||||
|
||||
ext.releaseBuild = version.endsWith('RELEASE')
|
||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
|
||||
@@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
description = "Spring Session Data GemFire"
|
||||
description = "Spring Session for Pivotal GemFire"
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
description = "Spring Session Data Geode"
|
||||
description = "Spring Session for Apache Geode"
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user