Skip to content

Commit ed6c16b

Browse files
committed
Fix #47 actually
1 parent 6970a82 commit ed6c16b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ com.fasterxml.classmate.*;version=${project.version}
5151
<licenses>
5252
<license>
5353
<name>Apache License, Version 2.0</name>
54-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
54+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
5555
<distribution>repo</distribution>
5656
</license>
5757
</licenses>
5858
<organization>
5959
<name>fasterxml.com</name>
60-
<url>http://fasterxml.com</url>
60+
<url>https://fasterxml.com</url>
6161
</organization>
6262

6363
<dependencies>
@@ -114,7 +114,7 @@ com.fasterxml.classmate.*;version=${project.version}
114114
<encoding>UTF-8</encoding>
115115
<maxmemory>512m</maxmemory>
116116
<links>
117-
<link>http://docs.oracle.com/javase/8/docs/api/</link>
117+
<link>https://docs.oracle.com/javase/8/docs/api/</link>
118118
</links>
119119
</configuration>
120120
<executions>

0 commit comments

Comments
 (0)