Update Apache Licence 2.0 URL

Closes gh-1278
master
stonio 8 years ago committed by Stephane Nicoll
parent a3bf2c4a82
commit 88e3665d9d
  1. 4
      gradle/publish-maven.gradle

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

Loading…
Cancel
Save