Skip to content

Commit 9da7dc9

Browse files
committed
Updated incorrect package details
1 parent 1342267 commit 9da7dc9

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
@@ -23,11 +23,11 @@ bintray {
2323
pkg {
2424
repo = 'maven-repo'
2525
userOrg = 'springfox' //An optional organization name when the repo belongs to one of the user's orgs
26-
name = 'springfox-grails'
27-
websiteUrl = 'https://github.com/springfox/springfox-grails'
28-
issueTrackerUrl = 'https://github.com/springfox/springfox-grails/issues'
29-
vcsUrl = 'https://github.com/springfox/springfox-grails/springfox-grails.git'
30-
desc = 'SpringFox Grails module'
26+
name = 'springfox-grails-integration'
27+
websiteUrl = 'https://github.com/springfox/springfox-grails-integration'
28+
issueTrackerUrl = 'https://github.com/springfox/springfox-grails-integration/issues'
29+
vcsUrl = 'https://github.com/springfox/springfox-grails-integration/springfox-grails.git'
30+
desc = 'SpringFox Grails Integration module'
3131
licenses = ['Apache-2.0']
3232
labels = ['spring', 'swagger', 'apis', 'grails']
3333
publicDownloadNumbers = true

0 commit comments

Comments
 (0)