Skip to content

Commit e083395

Browse files
committed
Set SCM url to normal GitHub URL. Sonatype changed the semantics of this field.
1 parent 2b0a7e9 commit e083395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ publishing {
311311
scm {
312312
connection = 'scm:git:' + ga
313313
developerConnection = 'scm:git:' + ga
314-
url = ga
314+
url = 'https://github.com/siemens/standard-bom-java'
315315
}
316316
}
317317
}

0 commit comments

Comments
 (0)