Skip to content

Commit

Permalink
replace http urls with https ones
Browse files Browse the repository at this point in the history
  • Loading branch information
rala72 committed Apr 17, 2021
1 parent f6aa681 commit a1fdd86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

Expand All @@ -39,7 +39,7 @@

<scm>
<connection>git://github.com/rala72/math.git</connection>
<url>http://github.com/rala72/math</url>
<url>https://github.com/rala72/math</url>
</scm>

<dependencies>
Expand Down

0 comments on commit a1fdd86

Please sign in to comment.