Skip to content

Commit

Permalink
Changing scm urls to use https
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Springett <[email protected]>
  • Loading branch information
stevespringett committed Dec 11, 2024
1 parent f631633 commit 70532c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
</properties>

<scm>
<connection>scm:git:git@github.com:CycloneDX/cyclonedx-core-java.git</connection>
<connection>scm:git:https://github.com/CycloneDX/cyclonedx-core-java.git</connection>
<url>https://github.com/CycloneDX/cyclonedx-core-java.git</url>
<developerConnection>scm:git:git@github.com:CycloneDX/cyclonedx-core-java.git</developerConnection>
<developerConnection>scm:git:https://github.com/CycloneDX/cyclonedx-core-java.git</developerConnection>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 70532c5

Please sign in to comment.