Skip to content

Commit 1eb03ee

Browse files
committed
POM: use HTTPS where feasible
1 parent f5577a4 commit 1eb03ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<inceptionYear>2008</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>
@@ -31,7 +31,7 @@
3131
<developer>
3232
<id>ctrueden</id>
3333
<name>Curtis Rueden</name>
34-
<url>http://imagej.net/User:Rueden</url>
34+
<url>https://imagej.net/User:Rueden</url>
3535
<roles>
3636
<role>founder</role>
3737
<role>lead</role>
@@ -46,12 +46,12 @@
4646
<contributors>
4747
<contributor>
4848
<name>Mark Hiner</name>
49-
<url>http://imagej.net/User:Hinerm</url>
49+
<url>https://imagej.net/User:Hinerm</url>
5050
<properties><id>hinerm</id></properties>
5151
</contributor>
5252
<contributor>
5353
<name>Johannes Schindelin</name>
54-
<url>http://imagej.net/User:Schindelin</url>
54+
<url>https://imagej.net/User:Schindelin</url>
5555
<properties><id>dscho</id></properties>
5656
</contributor>
5757
</contributors>

0 commit comments

Comments
 (0)