Skip to content

Commit 2dce2ca

Browse files
committed
POM: use HTTPS where feasible
1 parent d7849d7 commit 2dce2ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<inceptionYear>2010</inceptionYear>
1919
<organization>
2020
<name>SciJava</name>
21-
<url>http://www.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>
@@ -94,7 +94,7 @@ Wisconsin-Madison.</license.copyrightOwners>
9494
<repositories>
9595
<repository>
9696
<id>imagej.public</id>
97-
<url>http://maven.imagej.net/content/groups/public</url>
97+
<url>https://maven.imagej.net/content/groups/public</url>
9898
</repository>
9999
</repositories>
100100

0 commit comments

Comments
 (0)