Skip to content

Commit cbb3167

Browse files
committed
Merge branch '2.14'
2 parents d127602 + 75c5cb8 commit cbb3167

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ on:
2121
paths-ignore:
2222
- "README.md"
2323
- "release-notes/*"
24+
permissions:
25+
contents: read
2426

2527
jobs:
2628
analyze:

pom.xml

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

3333
<scm>
3434
<connection>scm:git:[email protected]:FasterXML/jackson-databind.git</connection>
3535
<developerConnection>scm:git:[email protected]:FasterXML/jackson-databind.git</developerConnection>
36-
<url>http://github.com/FasterXML/jackson-databind</url>
36+
<url>https://github.com/FasterXML/jackson-databind</url>
3737
<tag>HEAD</tag>
3838
</scm>
3939

@@ -180,8 +180,8 @@
180180
<artifactId>maven-javadoc-plugin</artifactId>
181181
<configuration>
182182
<links combine.children="append">
183-
<link>http://fasterxml.github.io/jackson-annotations/javadoc/3.0.2021-01</link>
184-
<link>http://fasterxml.github.io/jackson-core/javadoc/3.0.2021-01</link>
183+
<link>https://fasterxml.github.io/jackson-annotations/javadoc/3.0.2021-01</link>
184+
<link>https://fasterxml.github.io/jackson-core/javadoc/3.0.2021-01</link>
185185
</links>
186186
</configuration>
187187
</plugin>

0 commit comments

Comments
 (0)