Skip to content

Commit 145cc4e

Browse files
Copilotbencroker
andauthored
Fix SSH-based SCM URLs to use HTTPS in pom.xml (#7)
* Initial plan * Fix SSH-based SCM URLs to use HTTPS instead Co-authored-by: bencroker <57572400+bencroker@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bencroker <57572400+bencroker@users.noreply.github.com>
1 parent edb3002 commit 145cc4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
</distributionManagement>
4747

4848
<scm>
49-
<connection>scm:git:git@github.com:starfederation/datastar-java.git</connection>
50-
<developerConnection>scm:git:git@github.com:starfederation/datastar-java.git</developerConnection>
49+
<connection>scm:git:https://github.com/starfederation/datastar-java.git</connection>
50+
<developerConnection>scm:git:https://github.com/starfederation/datastar-java.git</developerConnection>
5151
<url>https://github.com/starfederation/datastar-java</url>
5252
</scm>
5353

0 commit comments

Comments
 (0)