Skip to content

Commit cd1642b

Browse files
committed
Fix connection string in POM file
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
1 parent d0c496f commit cd1642b

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
@@ -32,8 +32,8 @@
3232
</organization>
3333
<scm>
3434
<url>https://github.com/spdx/Spdx-Java-Library</url>
35-
<connection>scm:git:git://github.com/spdx/Spdx-Java-Library.git</connection>
36-
<developerConnection>scm:git:git@github.com:/spdx/Spdx-Java-Library.git</developerConnection>
35+
<connection>scm:git:git@github.com:spdx/Spdx-Java-Library.git</connection>
36+
<developerConnection>scm:git:git@github.com:spdx/Spdx-Java-Library.git</developerConnection>
3737
<tag>master</tag>
3838
</scm>
3939
<distributionManagement>

0 commit comments

Comments
 (0)