Change group ID to org.springframework.geode.

Resolves #gh-6.
This commit is contained in:
John Blum
2018-05-30 00:20:49 -07:00
parent 91861a7ffc
commit 01369714f7

View File

@@ -10,8 +10,8 @@ buildscript {
apply plugin: 'io.spring.convention.root'
group = 'org.springframework.data'
description = 'Spring Boot for Apache Geode'
group = 'org.springframework.geode'
description = 'Spring Boot for Apache Geode & Pivotal GemFire'
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')