diff --git a/build.gradle b/build.gradle index 35f750a..f49fcd3 100644 --- a/build.gradle +++ b/build.gradle @@ -238,13 +238,18 @@ publishing { artifact(testsJar) pom { description = 'css4j DOM4J module' - url = "https://github.com/css4j/css4j-dom4j/" + url = "https://css4j.github.io/" licenses { license { name = "BSD 3-clause license" url = "https://css4j.github.io/LICENSE.txt" } } + scm { + connection = "scm:git:https://github.com/css4j/css4j-dom4j.git" + developerConnection = "scm:git:git://git@github.com:css4j/css4j-dom4j.git" + url = "https://github.com/css4j/css4j-dom4j" + } } } }