Skip to content

Commit

Permalink
Fixed license is maven POM
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Jun 28, 2016
1 parent c4e7a77 commit f309a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ if(project.hasProperty('ossrhUser')) {

licenses {
license {
name 'Apache License Version 2.0'
url 'https://opensource.org/licenses/Apache-2.0'
name 'The MIT License (MIT)'
url 'https://opensource.org/licenses/MIT'
distribution 'repo'
}
}
Expand Down

0 comments on commit f309a57

Please sign in to comment.