Change groupId from 'org.springframework.boot' to 'org.springframework.data'.

Addresses GH Issue #6.
This commit is contained in:
John Blum
2018-05-15 13:54:15 -07:00
parent 3002d4ca6b
commit 1160d67dee

View File

@@ -10,7 +10,7 @@ buildscript {
apply plugin: 'io.spring.convention.root'
group = 'org.springframework.boot'
group = 'org.springframework.data'
description = 'Spring Boot for Apache Geode'
ext.releaseBuild = version.endsWith('RELEASE')