Skip to content

Commit a7830b0

Browse files
committed
add proper scm options
1 parent b9c6cd5 commit a7830b0

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
</licenses>
2828

2929
<scm>
30-
<url>https://github.com/graylog-labs/syslog4j-graylog2</url>
31-
<connection>https://github.com/graylog-labs/syslog4j-graylog2.git</connection>
32-
<developerConnection>https://github.com/graylog-labs/syslog4j-graylog2.git</developerConnection>
30+
<url>scm:git:https://github.com/graylog-labs/syslog4j-graylog2</url>
31+
<connection>scm:git:https://github.com/graylog-labs/syslog4j-graylog2.git</connection>
32+
<developerConnection>scm:git:https://github.com/graylog-labs/syslog4j-graylog2.git</developerConnection>
3333
<tag>HEAD</tag>
3434
</scm>
3535

0 commit comments

Comments
 (0)