Skip to content

Commit c1adfaf

Browse files
committed
Correct SCM connection info
1 parent 93b643d commit c1adfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard-maven-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<scm>
1717
<url>https://github.com/xdev-software/standard-maven-template</url>
18-
<connection>https://github.com/xdev-software/standard-maven-template.git</connection>
18+
<connection>scm:git:https://github.com/xdev-software/standard-maven-template.git</connection>
1919
</scm>
2020

2121
<inceptionYear>2023</inceptionYear>

0 commit comments

Comments
 (0)