Skip to content

Commit ec79490

Browse files
committed
Fixing SCM attributes
1 parent 3dfd929 commit ec79490

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
</repository>
2828
</distributionManagement>
2929
<scm>
30-
<url>https://github.com/thomasleplus/ristretto/tree/master</url>
31-
<connection>scm:git:git://github.com/thomasleplus/ristretto.git</connection>
32-
<developerConnection>scm:git:ssh://github.com:thomasleplus/ristretto.git</developerConnection>
30+
<url>https://github.com/thomasleplus/ristretto</url>
31+
<connection>scm:git:https://github.com/thomasleplus/ristretto.git</connection>
32+
<developerConnection>scm:git:git@github.com:thomasleplus/ristretto.git</developerConnection>
3333
</scm>
3434
<organization>
3535
<name>Leplus.org</name>

0 commit comments

Comments
 (0)