Skip to content

Commit 3ca2724

Browse files
authored
use https links (#3553)
1 parent b486824 commit 3ca2724

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
<name>jackson-databind</name>
1818
<packaging>bundle</packaging>
1919
<description>General data-binding functionality for Jackson: works on core streaming API</description>
20-
<url>http://github.com/FasterXML/jackson</url>
20+
<url>https://github.com/FasterXML/jackson</url>
2121
<inceptionYear>2008</inceptionYear>
2222
<licenses>
2323
<license>
2424
<name>The Apache Software License, Version 2.0</name>
25-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
25+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
2626
<distribution>repo</distribution>
2727
</license>
2828
</licenses>
2929

3030
<scm>
3131
<connection>scm:git:[email protected]:FasterXML/jackson-databind.git</connection>
3232
<developerConnection>scm:git:[email protected]:FasterXML/jackson-databind.git</developerConnection>
33-
<url>http://github.com/FasterXML/jackson-databind</url>
33+
<url>https://github.com/FasterXML/jackson-databind</url>
3434
<tag>HEAD</tag>
3535
</scm>
3636

@@ -182,8 +182,8 @@
182182
<artifactId>maven-javadoc-plugin</artifactId>
183183
<configuration>
184184
<links combine.children="append">
185-
<link>http://fasterxml.github.io/jackson-annotations/javadoc/2.14</link>
186-
<link>http://fasterxml.github.io/jackson-core/javadoc/2.14</link>
185+
<link>https://fasterxml.github.io/jackson-annotations/javadoc/2.14</link>
186+
<link>https://fasterxml.github.io/jackson-core/javadoc/2.14</link>
187187
</links>
188188
</configuration>
189189
</plugin>

0 commit comments

Comments
 (0)