Skip to content

Commit 50a5876

Browse files
committed
Add scm section to Maven POM data
1 parent 2c36f00 commit 50a5876

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,18 @@ publishing {
238238
artifact(testsJar)
239239
pom {
240240
description = 'css4j DOM4J module'
241-
url = "https://github.com/css4j/css4j-dom4j/"
241+
url = "https://css4j.github.io/"
242242
licenses {
243243
license {
244244
name = "BSD 3-clause license"
245245
url = "https://css4j.github.io/LICENSE.txt"
246246
}
247247
}
248+
scm {
249+
connection = "scm:git:https://github.com/css4j/css4j-dom4j.git"
250+
developerConnection = "scm:git:git://[email protected]:css4j/css4j-dom4j.git"
251+
url = "https://github.com/css4j/css4j-dom4j"
252+
}
248253
}
249254
}
250255
}

0 commit comments

Comments
 (0)