Skip to content

Commit cd1642b

Browse files
committed
Fix connection string in POM file
Signed-off-by: Gary O'Neall <[email protected]>
1 parent d0c496f commit cd1642b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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:[email protected]:/spdx/Spdx-Java-Library.git</developerConnection>
35+
<connection>scm:git:git@github.com:spdx/Spdx-Java-Library.git</connection>
36+
<developerConnection>scm:git:[email protected]:spdx/Spdx-Java-Library.git</developerConnection>
3737
<tag>master</tag>
3838
</scm>
3939
<distributionManagement>

0 commit comments

Comments
 (0)