This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new ef3f49065e chore: Update name & descriptions per PMC feedback
ef3f49065e is described below
commit ef3f49065e1ed525fd2acbe3fb2b43e29f642f2b
Author: James Daugherty <[email protected]>
AuthorDate: Thu Oct 9 10:10:23 2025 -0400
chore: Update name & descriptions per PMC feedback
---
.../src/main/groovy/org/apache/grails/buildsrc/PublishPlugin.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/build-logic/src/main/groovy/org/apache/grails/buildsrc/PublishPlugin.groovy
b/build-logic/src/main/groovy/org/apache/grails/buildsrc/PublishPlugin.groovy
index 785260d251..3412bbb83d 100644
---
a/build-logic/src/main/groovy/org/apache/grails/buildsrc/PublishPlugin.groovy
+++
b/build-logic/src/main/groovy/org/apache/grails/buildsrc/PublishPlugin.groovy
@@ -176,8 +176,8 @@ class PublishPlugin implements Plugin<Project> {
it.artifactId.set(project.provider { lookupProperty(project,
'pomArtifactId', project.name) })
it.githubSlug.set(project.provider { lookupProperty(project,
'githubSlug', 'apache/grails-core')})
it.license.name = 'Apache-2.0'
- it.title.set(project.provider { lookupProperty(project,
'pomTitle', project.rootProject.name == 'grails-forge' ? 'Apache Grails
Application Forge' : 'Grails® framework')})
- it.desc.set(project.provider { lookupProperty(project,
'pomDescription', project.rootProject.name == 'grails-forge' ? 'Generates
Apache Grails applications' : 'Grails® Web Application Framework')})
+ it.title.set(project.provider { lookupProperty(project,
'pomTitle', project.rootProject.name == 'grails-forge' ? 'Apache Grails®
Application Forge' : 'Apache Grails® framework')})
+ it.desc.set(project.provider { lookupProperty(project,
'pomDescription', project.rootProject.name == 'grails-forge' ? 'Generates
Apache Grails® applications' : 'Apache Grails® Web Application Framework')})
it.developers.set(project.provider { lookupProperty(project,
'pomDevelopers', determineDevelopers(project))})
it.pomCustomization = lookupProperty(project, 'pomCustomization')
as Closure
it.publishTestSources.set(project.provider {
lookupProperty(project, 'pomPublishTestSources', false)})