Edit the module generated Maven POM file to set the project lead developer in the POM developers section.

This commit is contained in:
John Blum
2018-12-21 18:09:22 -08:00
parent 9a5f565e8e
commit 9ac0761219
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Session for Pivotal GemFire"

View File

@@ -1,4 +1,5 @@
apply plugin: 'io.spring.convention.spring-module'
apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Session for Apache Geode"