Skip to content

Commit 02e6586

Browse files
committed
POM: use HTTPS where feasible
1 parent 9d322ba commit 02e6586

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
@@ -18,7 +18,7 @@
1818
<inceptionYear>2016</inceptionYear>
1919
<organization>
2020
<name>SciJava</name>
21-
<url>http://scijava.org/</url>
21+
<url>https://scijava.org/</url>
2222
</organization>
2323
<licenses>
2424
<license>
@@ -32,7 +32,7 @@
3232
<developer>
3333
<id>ctrueden</id>
3434
<name>Curtis Rueden</name>
35-
<url>http://imagej.net/User:Rueden</url>
35+
<url>https://imagej.net/User:Rueden</url>
3636
<roles>
3737
<role>founder</role>
3838
<role>lead</role>
@@ -91,7 +91,7 @@ Wisconsin-Madison.</license.copyrightOwners>
9191
<repositories>
9292
<repository>
9393
<id>imagej.public</id>
94-
<url>http://maven.imagej.net/content/groups/public/</url>
94+
<url>https://maven.imagej.net/content/groups/public/</url>
9595
</repository>
9696
</repositories>
9797

0 commit comments

Comments
 (0)