Fix GemFire JIRA Project Id.

See #171.
This commit is contained in:
Mark Paluch
2021-02-17 11:06:37 +01:00
parent 82ea86ce7e
commit 5330dcd89a

View File

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