Skip to content

Commit 495ecc5

Browse files
authored
Merge pull request #6 from PolarisAlpha/NormalizeDeveloperConnection
Switched developerConnection from ssh to https
2 parents 95c2724 + bf1c101 commit 495ecc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848

4949
<scm>
5050
<connection>scm:git:https://github.com/PolarisAlpha/OpenID-Connect-Java-Spring-Server.git</connection>
51-
<developerConnection>scm:git:git@github.com:PolarisAlpha/OpenID-Connect-Java-Spring-Server.git</developerConnection>
51+
<!-- <developerConnection>scm:git:git@github.com:PolarisAlpha/OpenID-Connect-Java-Spring-Server.git</developerConnection> -->
52+
<developerConnection>scm:git:https://github.com/PolarisAlpha/OpenID-Connect-Java-Spring-Server.git</developerConnection>
5253
<url>https://github.com/PolarisAlpha/OpenID-Connect-Java-Spring-Server.git</url>
5354
<tag>HEAD</tag>
5455
</scm>

0 commit comments

Comments
 (0)