Skip to content

Commit a9ae47c

Browse files
committed
POM: use HTTPS where feasible
1 parent 1266e40 commit a9ae47c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 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,22 +46,22 @@
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
<contributor>
5858
<name>Stephan Saalfeld</name>
59-
<url>http://imagej.net/User:Saalfeld</url>
59+
<url>https://imagej.net/User:Saalfeld</url>
6060
<properties><id>axtimwalde</id></properties>
6161
</contributor>
6262
<contributor>
6363
<name>Jan Eglinger</name>
64-
<url>http://imagej.net/User:Eglinger</url>
64+
<url>https://imagej.net/User:Eglinger</url>
6565
<properties><id>imagejan</id></properties>
6666
</contributor>
6767
</contributors>
@@ -105,7 +105,7 @@ Wisconsin-Madison.</license.copyrightOwners>
105105
<repositories>
106106
<repository>
107107
<id>imagej.public</id>
108-
<url>http://maven.imagej.net/content/groups/public</url>
108+
<url>https://maven.imagej.net/content/groups/public</url>
109109
</repository>
110110
</repositories>
111111

0 commit comments

Comments
 (0)