Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit 4f57a80

Browse files
author
Thomas Diesler
committed
[resolves #160] Switch to git access over https (recommended)
1 parent 81b0a96 commit 4f57a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363

6464
<!-- Source Control -->
6565
<scm>
66-
<connection>scm:git:git://github.com/wildfly-extras/fuse-patch.git</connection>
67-
<developerConnection>scm:git:git@github.com:wildfly-extras/fuse-patch.git</developerConnection>
66+
<connection>scm:git:https://github.com/wildfly-extras/fuse-patch.git</connection>
67+
<developerConnection>scm:git:https://github.com/wildfly-extras/fuse-patch.git</developerConnection>
6868
<url>http://github.com/wildfly-extras/fuse-patch</url>
6969
<tag>HEAD</tag>
7070
</scm>

0 commit comments

Comments
 (0)