#143 - Use Spring Data Geode issue tracker for GemFire.

This commit is contained in:
Mark Paluch
2020-04-29 15:23:15 +02:00
parent 94a278cc0d
commit fa9ed41e2f

View File

@@ -82,7 +82,7 @@ public class Projects {
R2DBC = new Project("DATAR2DBC", "R2DBC", Tracker.GITHUB).withDependencies(COMMONS, JDBC);
GEMFIRE = new Project("SGF", "Gemfire") //
GEMFIRE = new Project("DATAGEODE", "Gemfire") //
.withDependencies(COMMONS)//
.withSkipTests(true);