File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,17 +59,17 @@ publishing {
5959 it. scope* . value = ' compile'
6060 }
6161
62- root. appendNode(' name' , ' springfox-grails' )
62+ root. appendNode(' name' , ' springfox-grails-integration ' )
6363 root. appendNode(' packaging' , ' jar' )
64- root. appendNode(' url' , ' https://github.com/springfox/springfox-grails' )
65- root. appendNode(' description' , ' Springfox Grails Module' )
64+ root. appendNode(' url' , ' https://github.com/springfox/springfox-grails-integration ' )
65+ root. appendNode(' description' , ' Springfox Grails Integration Module' )
6666
6767 def license = root. appendNode(' licenses' ). appendNode(' license' )
6868 license. appendNode(' name' , ' Apache-2.0' )
69- license. appendNode(' url' , ' https://github.com/springfox/springfox-grails/blob/master/LICENSE.txt' )
69+ license. appendNode(' url' , ' https://github.com/springfox/springfox-grails-integration /blob/master/LICENSE.txt' )
7070 license. appendNode(' distribution' , ' repo' )
7171
72- root. appendNode(' scm' ). appendNode(' url' , ' https://github.com/springfox/springfox-grails/springfox-grails .git' )
72+ root. appendNode(' scm' ). appendNode(' url' , ' https://github.com/springfox/springfox-grails-integration .git' )
7373
7474 def developers = root. appendNode(' developers' )
7575 devs. each {
You can’t perform that action at this time.
0 commit comments