Skip to content

Commit ad06d5c

Browse files
committed
Using ssl git connection
1 parent c7d8f0e commit ad06d5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<scm>
115115
<url>https://github.com/openfeign/feign</url>
116116
<connection>scm:git:https://github.com/openfeign/feign.git</connection>
117-
<developerConnection>scm:git:https://github.com/openfeign/feign.git</developerConnection>
117+
<developerConnection>scm:git:git@github.com:OpenFeign/feign.git</developerConnection>
118118
<tag>HEAD</tag>
119119
</scm>
120120

src/config/bom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<scm>
4343
<url>https://github.com/openfeign/feign</url>
4444
<connection>scm:git:https://github.com/openfeign/feign.git</connection>
45-
<developerConnection>scm:git:https://github.com/openfeign/feign.git</developerConnection>
45+
<developerConnection>scm:git:git@github.com:OpenFeign/feign.git</developerConnection>
4646
<tag>HEAD</tag>
4747
</scm>
4848

0 commit comments

Comments
 (0)