File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 21
21
paths-ignore :
22
22
- " README.md"
23
23
- " release-notes/*"
24
+ permissions :
25
+ contents : read
24
26
25
27
jobs :
26
28
analyze :
Original file line number Diff line number Diff line change 20
20
<name >jackson-databind</name >
21
21
<packaging >bundle</packaging >
22
22
<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 >
24
24
<inceptionYear >2008</inceptionYear >
25
25
<licenses >
26
26
<license >
27
27
<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 >
29
29
<distribution >repo</distribution >
30
30
</license >
31
31
</licenses >
32
32
33
33
<scm >
34
34
<
connection >scm:git:
[email protected] :FasterXML/jackson-databind.git</
connection >
35
35
<
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 >
37
37
<tag >HEAD</tag >
38
38
</scm >
39
39
180
180
<artifactId >maven-javadoc-plugin</artifactId >
181
181
<configuration >
182
182
<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 >
185
185
</links >
186
186
</configuration >
187
187
</plugin >
You can’t perform that action at this time.
0 commit comments