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 @@ -306,14 +306,14 @@ subprojects { project ->
306306 ext. isTestSuite = project. name. startsWith(" grails-test-suite" )
307307 ext. isCiBuild = project. hasProperty(" isCiBuild" ) || System . getenv(). get(" CI" ) as Boolean
308308 ext. pomInfo = {
309- delegate. name ' Grails'
309+ delegate. name ' Grails® framework '
310310 delegate. description ' Grails Web Application Framework'
311- delegate. url ' http ://grails.org/'
311+ delegate. url ' https ://grails.org/'
312312
313313 delegate. licenses {
314314 delegate. license {
315315 delegate. name ' The Apache Software License, Version 2.0'
316- delegate. url ' http ://www.apache.org/licenses/LICENSE-2.0.txt'
316+ delegate. url ' https ://www.apache.org/licenses/LICENSE-2.0.txt'
317317 delegate. distribution ' repo'
318318 }
319319 }
@@ -326,16 +326,9 @@ subprojects { project ->
326326
327327 delegate. developers {
328328 delegate. developer {
329- delegate. id ' graemerocher'
330- delegate. name ' Graeme Rocher'
331- }
332- delegate. developer {
333- delegate. id ' jeffscottbrown'
334- delegate. name ' Jeff Brown'
335- }
336- delegate. developer {
337- delegate. id ' lhotari'
338- delegate. name ' Lari Hotari'
329+ delegate. id ' puneetbehl'
330+ delegate. name ' Puneet Behl'
331+ delegate
. email
' [email protected] ' 339332 }
340333 }
341334
You can’t perform that action at this time.
0 commit comments