Skip to content

Commit 952c749

Browse files
committed
Update POM information (#12670)
1 parent 0ac38c6 commit 952c749

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

build.gradle

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,14 @@ subprojects { project ->
274274
ext.isTestSuite = project.name.startsWith("grails-test-suite")
275275
ext.isCiBuild = project.hasProperty("isCiBuild")
276276
ext.pomInfo = {
277-
delegate.name 'Grails'
277+
delegate.name 'Grails® framework'
278278
delegate.description 'Grails Web Application Framework'
279-
delegate.url 'http://grails.org/'
279+
delegate.url 'https://grails.org/'
280280

281281
delegate.licenses {
282282
delegate.license {
283283
delegate.name 'The Apache Software License, Version 2.0'
284-
delegate.url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
284+
delegate.url 'https://www.apache.org/licenses/LICENSE-2.0.txt'
285285
delegate.distribution 'repo'
286286
}
287287
}
@@ -294,16 +294,9 @@ subprojects { project ->
294294

295295
delegate.developers {
296296
delegate.developer {
297-
delegate.id 'graemerocher'
298-
delegate.name 'Graeme Rocher'
299-
}
300-
delegate.developer {
301-
delegate.id 'jeffscottbrown'
302-
delegate.name 'Jeff Brown'
303-
}
304-
delegate.developer {
305-
delegate.id 'lhotari'
306-
delegate.name 'Lari Hotari'
297+
delegate.id 'puneetbehl'
298+
delegate.name 'Puneet Behl'
299+
delegate.email '[email protected]'
307300
}
308301
}
309302

0 commit comments

Comments
 (0)