Merge pull request #1278 from stonio:patch-1

* pr/1278:
  Update Apache Licence 2.0 URL
This commit is contained in:
Stephane Nicoll
2017-03-27 15:41:35 +02:00

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"
}
}