Update Apache Licence 2.0 URL

Closes gh-1278
This commit is contained in:
stonio 2016-12-29 17:50:08 +01:00 committed by Stephane Nicoll
parent a3bf2c4a82
commit 88e3665d9d
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ def customizePom(pom, gradleProject) {
}
licenses {
license {
name "The Apache Software License, Version 2.0"
url "http://www.apache.org/licenses/LICENSE-2.0.txt"
name "Apache License, Version 2.0"
url "http://www.apache.org/licenses/LICENSE-2.0"
distribution "repo"
}
}