Skip to content

Commit a6cb53e

Browse files
committed
Correct maven pom scm issue hamcrest#283
1 parent 962263d commit a6cb53e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def pomConfigurationFor(String pomName, String pomDescription) {
6464
url = 'http://hamcrest.org/JavaHamcrest/'
6565

6666
scm {
67-
connection = 'git@github.com:hamcrest/JavaHamcrest.git'
67+
connection = 'scm:git:git://github.com/hamcrest/JavaHamcrest.git'
68+
developerConnection = 'scm:git:ssh://github.com:hamcrest/JavaHamcrest.git'
6869
url = 'https://github.com/hamcrest/JavaHamcrest'
6970
}
7071

0 commit comments

Comments
 (0)