Skip to content

Commit d34eef4

Browse files
committed
Fix SCM connection in POM
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent a14bfcd commit d34eef4

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
@@ -31,8 +31,8 @@
3131
</organization>
3232
<scm>
3333
<url>https://github.com/spdx/tools-java</url>
34-
<connection>https://github.com/spdx/tools-java.git</connection>
35-
<developerConnection>https://github.com/spdx/tools-java.git</developerConnection>
34+
<connection>scm:git:git@github.com:spdx/tools-java.git</connection>
35+
<developerConnection>scm:git:git@github.com:spdx/tools-java.git</developerConnection>
3636
<tag>master</tag>
3737
</scm>
3838
<issueManagement>

0 commit comments

Comments
 (0)