Skip to content

Commit

Permalink
Update connection string for SCM
Browse files Browse the repository at this point in the history
Signed-off-by: Gary O'Neall <[email protected]>
  • Loading branch information
goneall committed Dec 14, 2023
1 parent 3f2e3a2 commit ca0858e
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 @@ -264,8 +264,8 @@
<description>This Java library implements an RDF store implementing the SPDX Java Library Storage Interface using an underlying RDF store.</description>
<scm>
<url>https://github.com/spdx/spdx-java-rdf-store</url>
<connection>scm:git:git://github.com/spdx/spdx-java-rdf-store</connection>
<developerConnection>scm:git:[email protected]:/spdx/spdx-java-rdf-store</developerConnection>
<connection>scm:git:ssh://git@github.com:spdx/spdx-java-rdf-store</connection>
<developerConnection>scm:git:[email protected]:spdx/spdx-java-rdf-store</developerConnection>
<tag>master</tag>
</scm>
<issueManagement>
Expand Down

0 comments on commit ca0858e

Please sign in to comment.