Skip to content

Commit c62afbe

Browse files
committed
Updated pom references
1 parent 9b5e8cb commit c62afbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

springfox-grails/gradle/publishing.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)