Skip to content

Commit 2c4ab7a

Browse files
authored
Update POM information (#12670)
1 parent 55b84a6 commit 2c4ab7a

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
@@ -215,14 +215,14 @@ subprojects { project ->
215215
ext.isTestSuite = project.name.startsWith("grails-test-suite")
216216
ext.isCiBuild = project.hasProperty("isCiBuild")
217217
ext.pomInfo = {
218-
delegate.name 'Grails'
218+
delegate.name 'Grails® framework'
219219
delegate.description 'Grails Web Application Framework'
220-
delegate.url 'http://grails.org/'
220+
delegate.url 'https://grails.org/'
221221

222222
delegate.licenses {
223223
delegate.license {
224224
delegate.name 'The Apache Software License, Version 2.0'
225-
delegate.url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
225+
delegate.url 'https://www.apache.org/licenses/LICENSE-2.0.txt'
226226
delegate.distribution 'repo'
227227
}
228228
}
@@ -235,16 +235,9 @@ subprojects { project ->
235235

236236
delegate.developers {
237237
delegate.developer {
238-
delegate.id 'graemerocher'
239-
delegate.name 'Graeme Rocher'
240-
}
241-
delegate.developer {
242-
delegate.id 'jeffscottbrown'
243-
delegate.name 'Jeff Brown'
244-
}
245-
delegate.developer {
246-
delegate.id 'lhotari'
247-
delegate.name 'Lari Hotari'
238+
delegate.id 'puneetbehl'
239+
delegate.name 'Puneet Behl'
240+
delegate.email '[email protected]'
248241
}
249242
}
250243

0 commit comments

Comments
 (0)