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 8b8ce78399
commit c67c461813
2 changed files with 2 additions and 0 deletions

View File

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

View File

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