From 9ac0761219c8e6fac1e645912c0cbab04c9ca4d0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 21 Dec 2018 18:09:22 -0800 Subject: [PATCH] Edit the module generated Maven POM file to set the project lead developer in the POM developers section. --- spring-session-data-gemfire/spring-session-data-gemfire.gradle | 1 + spring-session-data-geode/spring-session-data-geode.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/spring-session-data-gemfire/spring-session-data-gemfire.gradle b/spring-session-data-gemfire/spring-session-data-gemfire.gradle index b6dcc21..9fe152d 100644 --- a/spring-session-data-gemfire/spring-session-data-gemfire.gradle +++ b/spring-session-data-gemfire/spring-session-data-gemfire.gradle @@ -1,4 +1,5 @@ apply plugin: 'io.spring.convention.spring-module' +apply from: MAVEN_POM_EDITOR_GRADLE description = "Spring Session for Pivotal GemFire" diff --git a/spring-session-data-geode/spring-session-data-geode.gradle b/spring-session-data-geode/spring-session-data-geode.gradle index e4542df..1afc42a 100644 --- a/spring-session-data-geode/spring-session-data-geode.gradle +++ b/spring-session-data-geode/spring-session-data-geode.gradle @@ -1,4 +1,5 @@ apply plugin: 'io.spring.convention.spring-module' +apply from: MAVEN_POM_EDITOR_GRADLE description = "Spring Session for Apache Geode"