Skip to content

Commit 925ba1f

Browse files
committed
Use HTTPS URIs
1 parent ee1742b commit 925ba1f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@
1010
<name>EXPath Parent POM</name>
1111

1212
<description>The base POM for all EXPath modules.</description>
13-
<url>http://expath.org</url>
13+
<url>https://www.expath.org</url>
1414
<inceptionYear>2015</inceptionYear>
1515

1616
<organization>
1717
<name>The EXPath Project</name>
18-
<url>http://www.expath.org</url>
18+
<url>https://www.expath.org</url>
1919
</organization>
2020

2121
<developers>
2222
<developer>
2323
<name>Florent Georges</name>
2424
<email>fgeorges@fgeorges.org</email>
2525
<organization>H2O Consulting</organization>
26-
<organizationUrl>http://fgeorges.org</organizationUrl>
26+
<organizationUrl>https://fgeorges.org</organizationUrl>
2727
<timezone>CET</timezone>
2828
</developer>
2929
<developer>
3030
<name>Adam Retter</name>
3131
<email>adam@evolvedbinary.com</email>
3232
<organization>Evolved Binary</organization>
33-
<organizationUrl>http://www.evolvedbinary.com</organizationUrl>
33+
<organizationUrl>https://www.evolvedbinary.com</organizationUrl>
3434
<timezone>GMT</timezone>
3535
</developer>
3636
</developers>
3737

3838
<licenses>
3939
<license>
4040
<name>MOZILLA PUBLIC LICENSE Version 1.0</name>
41-
<url>http://www.mozilla.org/MPL/1.0/</url>
41+
<url>https://www.mozilla.org/MPL/1.0/</url>
4242
<distribution>repo</distribution>
4343
</license>
4444
</licenses>
@@ -56,7 +56,7 @@
5656
<post>expath@googlegroups.com</post>
5757
<subscribe>expath+subscribe@googlegroups.com</subscribe>
5858
<unsubscribe>expath+unsubscribe@googlegroups.com</unsubscribe>
59-
<archive>http://groups.google.co.uk/group/expath</archive>
59+
<archive>https://groups.google.co.uk/group/expath</archive>
6060
</mailingList>
6161
</mailingLists>
6262

@@ -295,7 +295,7 @@
295295
<windowtitle>EXPath ${project.version}</windowtitle>
296296
<bottom>
297297
<![CDATA[
298-
Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="http://www.expath.org">EXPath</a>. All Rights Reserved
298+
Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="https://www.expath.org">EXPath</a>. All Rights Reserved
299299
]]>
300300
</bottom>
301301
<archive>
@@ -340,11 +340,11 @@
340340
<pluginRepositories>
341341
<pluginRepository>
342342
<id>sonatype-releases</id>
343-
<url>http://oss.sonatype.org/content/repositories/releases</url>
343+
<url>https://oss.sonatype.org/content/repositories/releases</url>
344344
</pluginRepository>
345345
<pluginRepository>
346346
<id>clojars.org</id>
347-
<url>http://clojars.org/repo</url>
347+
<url>https://clojars.org/repo</url>
348348
</pluginRepository>
349349
</pluginRepositories>
350350

0 commit comments

Comments
 (0)