Skip to content

Commit

Permalink
Updated incorrect package details
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipkrish committed May 21, 2017
1 parent 1342267 commit 9da7dc9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions springfox-grails/gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ bintray {
pkg {
repo = 'maven-repo'
userOrg = 'springfox' //An optional organization name when the repo belongs to one of the user's orgs
name = 'springfox-grails'
websiteUrl = 'https://github.com/springfox/springfox-grails'
issueTrackerUrl = 'https://github.com/springfox/springfox-grails/issues'
vcsUrl = 'https://github.com/springfox/springfox-grails/springfox-grails.git'
desc = 'SpringFox Grails module'
name = 'springfox-grails-integration'
websiteUrl = 'https://github.com/springfox/springfox-grails-integration'
issueTrackerUrl = 'https://github.com/springfox/springfox-grails-integration/issues'
vcsUrl = 'https://github.com/springfox/springfox-grails-integration/springfox-grails.git'
desc = 'SpringFox Grails Integration module'
licenses = ['Apache-2.0']
labels = ['spring', 'swagger', 'apis', 'grails']
publicDownloadNumbers = true
Expand Down

0 comments on commit 9da7dc9

Please sign in to comment.