Skip to content

Commit 019ac3e

Browse files
committed
Use HTTPS URLs where possible
1 parent 1a09cbd commit 019ac3e

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
@@ -36,7 +36,7 @@
3636
<licenses>
3737
<license>
3838
<name>The Apache Software License, Version 2.0</name>
39-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
39+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
4040
<distribution>repo</distribution>
4141
</license>
4242
</licenses>
@@ -49,7 +49,7 @@
4949
</developers>
5050

5151
<scm>
52-
<connection>scm:git:git://github.com/jenkinsci/syslog-java-client.git</connection>
52+
<connection>scm:git:https://github.com/jenkinsci/syslog-java-client.git</connection>
5353
<developerConnection>scm:git:[email protected]:jenkinsci/syslog-java-client.git</developerConnection>
5454
<tag>HEAD</tag>
5555
<url>https://github.com/jenkinsci/syslog-java-client/</url>

0 commit comments

Comments
 (0)