File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments