Skip to content

Commit 6aae7da

Browse files
committed
Fix SCM developerConnection to HTTPS
1 parent 057bb2f commit 6aae7da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<scm>
2626
<url>https://github.com/codice/ddf-jaxb</url>
2727
<connection>scm:git:https://github.com/codice/ddf-jaxb.git</connection>
28-
<developerConnection>scm:git:git@github.com:codice/ddf-jaxb.git</developerConnection>
28+
<developerConnection>scm:git:https://github.com/codice/ddf-jaxb.git</developerConnection>
2929
<tag>HEAD</tag>
3030
</scm>
3131

0 commit comments

Comments
 (0)