Skip to content

Commit 55bb9fa

Browse files
committed
Fix URL to use the github HTTP url, add tag to SCM
1 parent 2704656 commit 55bb9fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
</license>
2626
</licenses>
2727

28-
<scm>
29-
<connection>scm:git:git://github.com/fluent/fluent-logger-java.git</connection>
30-
<developerConnection>scm:git:git@github.com:fluent/fluent-logger-java.git</developerConnection>
31-
<url>scm:git:git://github.com/fluent/fluent-logger-java.git</url>
32-
</scm>
33-
3428
<developers>
3529
<developer>
3630
<id>muga</id>
@@ -39,6 +33,12 @@
3933
</developer>
4034
</developers>
4135

36+
<scm>
37+
<url>https://github.com/fluent/fluent-logger-java.git</url>
38+
<connection>scm:git:git://github.com/fluent/fluent-logger-java.git</connection>
39+
<developerConnection>scm:git:git@github.com:fluent/fluent-logger-java.git</developerConnection>
40+
<tag>HEAD</tag>
41+
</scm>
4242
<issueManagement>
4343
<system>GitHub</system>
4444
<url>https://github.com/fluent/fluent-logger-java/issues</url>

0 commit comments

Comments
 (0)