Skip to content

Commit af229ff

Browse files
committed
docs: use https instead of http; update links
1 parent aad4748 commit af229ff

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Run Demo Code
7272
</dependency>
7373
```
7474

75-
Find available versions at [search.maven.org](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.alibaba%22%20AND%20a%3A%22log4j2-ttl-thread-context-map%22).
75+
Find up-to-date available versions at [search.maven.org](https://search.maven.org/artifact/com.alibaba/log4j2-ttl-thread-context-map).
7676

7777
# 📚 Related resources
7878

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<licenses>
1515
<license>
1616
<name>Apache 2</name>
17-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
17+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
1818
<distribution>repo</distribution>
1919
<comments>A business-friendly OSS license</comments>
2020
</license>
@@ -30,7 +30,7 @@
3030
</issueManagement>
3131
<organization>
3232
<name>Alibaba</name>
33-
<url>http://www.alibaba.com</url>
33+
<url>https://www.alibaba.com</url>
3434
</organization>
3535
<developers>
3636
<developer>
@@ -43,7 +43,7 @@
4343
<role>developer</role>
4444
</roles>
4545
<organization>Alibaba</organization>
46-
<organizationUrl>http://www.alibaba.com</organizationUrl>
46+
<organizationUrl>https://www.alibaba.com</organizationUrl>
4747
</developer>
4848
</developers>
4949

@@ -120,7 +120,7 @@
120120
<configuration>
121121
<!--
122122
terminate the spawned process after one test class and to create a new process for the next test in line (reuseForks=false)
123-
http://maven.apache.org/surefire-archives/maven-surefire-2.16/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html
123+
https://maven.apache.org/surefire-archives/maven-surefire-2.16/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html
124124
-->
125125
<reuseForks>false</reuseForks>
126126
</configuration>
@@ -308,7 +308,7 @@
308308
<encoding>UTF-8</encoding>
309309
<docencoding>UTF-8</docencoding>
310310
<links>
311-
<link>http://docs.oracle.com/javase/7/docs/api</link>
311+
<link>https://docs.oracle.com/javase/7/docs/api</link>
312312
</links>
313313
<additionalJOptions>
314314
<additionalJOption>-J-Duser.language=en -J-Duser.country=US</additionalJOption>

src/versions-rules.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<ruleset comparisonMethod="maven"
3-
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<ruleset comparisonMethod="maven" xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
53
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 http://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
64

75
<!-- config example: https://github.com/mojohaus/versions-maven-plugin/issues/157#issuecomment-306041074 -->

0 commit comments

Comments
 (0)