|
10 | 10 | <name>EXPath Parent POM</name> |
11 | 11 |
|
12 | 12 | <description>The base POM for all EXPath modules.</description> |
13 | | - <url>http://expath.org</url> |
| 13 | + <url>https://www.expath.org</url> |
14 | 14 | <inceptionYear>2015</inceptionYear> |
15 | 15 |
|
16 | 16 | <organization> |
17 | 17 | <name>The EXPath Project</name> |
18 | | - <url>http://www.expath.org</url> |
| 18 | + <url>https://www.expath.org</url> |
19 | 19 | </organization> |
20 | 20 |
|
21 | 21 | <developers> |
22 | 22 | <developer> |
23 | 23 | <name>Florent Georges</name> |
24 | 24 | <email>fgeorges@fgeorges.org</email> |
25 | 25 | <organization>H2O Consulting</organization> |
26 | | - <organizationUrl>http://fgeorges.org</organizationUrl> |
| 26 | + <organizationUrl>https://fgeorges.org</organizationUrl> |
27 | 27 | <timezone>CET</timezone> |
28 | 28 | </developer> |
29 | 29 | <developer> |
30 | 30 | <name>Adam Retter</name> |
31 | 31 | <email>adam@evolvedbinary.com</email> |
32 | 32 | <organization>Evolved Binary</organization> |
33 | | - <organizationUrl>http://www.evolvedbinary.com</organizationUrl> |
| 33 | + <organizationUrl>https://www.evolvedbinary.com</organizationUrl> |
34 | 34 | <timezone>GMT</timezone> |
35 | 35 | </developer> |
36 | 36 | </developers> |
37 | 37 |
|
38 | 38 | <licenses> |
39 | 39 | <license> |
40 | 40 | <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> |
42 | 42 | <distribution>repo</distribution> |
43 | 43 | </license> |
44 | 44 | </licenses> |
|
56 | 56 | <post>expath@googlegroups.com</post> |
57 | 57 | <subscribe>expath+subscribe@googlegroups.com</subscribe> |
58 | 58 | <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> |
60 | 60 | </mailingList> |
61 | 61 | </mailingLists> |
62 | 62 |
|
|
295 | 295 | <windowtitle>EXPath ${project.version}</windowtitle> |
296 | 296 | <bottom> |
297 | 297 | <![CDATA[ |
298 | | - Copyright © ${project.inceptionYear}-{currentYear} <a href="http://www.expath.org">EXPath</a>. All Rights Reserved |
| 298 | + Copyright © ${project.inceptionYear}-{currentYear} <a href="https://www.expath.org">EXPath</a>. All Rights Reserved |
299 | 299 | ]]> |
300 | 300 | </bottom> |
301 | 301 | <archive> |
|
340 | 340 | <pluginRepositories> |
341 | 341 | <pluginRepository> |
342 | 342 | <id>sonatype-releases</id> |
343 | | - <url>http://oss.sonatype.org/content/repositories/releases</url> |
| 343 | + <url>https://oss.sonatype.org/content/repositories/releases</url> |
344 | 344 | </pluginRepository> |
345 | 345 | <pluginRepository> |
346 | 346 | <id>clojars.org</id> |
347 | | - <url>http://clojars.org/repo</url> |
| 347 | + <url>https://clojars.org/repo</url> |
348 | 348 | </pluginRepository> |
349 | 349 | </pluginRepositories> |
350 | 350 |
|
|
0 commit comments