Skip to content

Commit a25df9f

Browse files
committed
Use HTTPS for scijava.org
1 parent b0f1004 commit a25df9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
<name>SciJava Base POM</name>
1111
<description>This POM is a base which SciJava-based projects can extend to inherit helpful build configuration. It ensures that projects all use a compatible build environment, including versions of Maven plugins and Java itself. It does _not_ provide any dependency version management; see org.scijava:pom-scijava for that.</description>
12-
<url>http://www.scijava.org/</url>
12+
<url>https://scijava.org/</url>
1313
<inceptionYear>2016</inceptionYear>
1414
<organization>
1515
<name>SciJava</name>
16-
<url>http://www.scijava.org/</url>
16+
<url>https://scijava.org/</url>
1717
</organization>
1818
<licenses>
1919
<license>

0 commit comments

Comments
 (0)