Skip to content

Commit 780acad

Browse files
committed
POMTest: update scm connection URL
We cannot use git:// anymore; see previous commit.
1 parent 2cfa934 commit 780acad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/scijava/util/POMTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void testAccessors() throws ParserConfigurationException,
110110
assertEquals("https://github.com/scijava/scijava-common", //
111111
pom.getProjectURL());
112112
final String scmConnection = pom.getSCMConnection();
113-
assertEquals("scm:git:git://github.com/scijava/scijava-common",
113+
assertEquals("scm:git:https://github.com/scijava/scijava-common",
114114
scmConnection);
115115
final String scmDeveloperConnection = pom.getSCMDeveloperConnection();
116116
assertEquals("scm:git:[email protected]:scijava/scijava-common",

0 commit comments

Comments
 (0)