File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 31
31
<
connection >scm:git:
[email protected] :FasterXML/jackson-databind.git</
connection >
32
32
<
developerConnection >scm:git:
[email protected] :FasterXML/jackson-databind.git</
developerConnection >
33
33
<url >https://github.com/FasterXML/jackson-databind</url >
34
- <tag >HEAD </tag >
34
+ <tag >jackson-databind-2.19.0-rc2 </tag >
35
35
</scm >
36
36
37
37
<properties >
54
54
55
55
<version .bytebuddy>1.15.10</version .bytebuddy>
56
56
<version .mockito>4.11.0</version .mockito>
57
- <jacocoStrict >true</jacocoStrict >
57
+
58
+ <!-- 07-Apr-2025, tatu: For some reason, release fails due to missing
59
+ jacoco... so disable for now
60
+ -->
61
+ <jacocoStrict >false</jacocoStrict >
58
62
59
63
<!-- Can not use default, since group id != Java package name here -->
60
64
<osgi .export>com.fasterxml.jackson.databind.*;version=${project.version} </osgi .export>
69
73
<packageVersion .package>com.fasterxml.jackson.databind.cfg</packageVersion .package>
70
74
71
75
<!-- for Reproducible Builds -->
72
- <project .build.outputTimestamp>2024-09-27T01:57:15Z </project .build.outputTimestamp>
76
+ <project .build.outputTimestamp>2025-04-08T01:18:28Z </project .build.outputTimestamp>
73
77
</properties >
74
78
75
79
<dependencyManagement >
263
267
<configuration >
264
268
<links combine.children=" append" >
265
269
<!-- 13-Feb-2025, tatu: Should change link when 2.19.0 released -->
266
- <link >https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/2.18.2 </link > >
267
- <link >https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.18.2 </link > >
270
+ <link >https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/2.18.4 </link >
271
+ <link >https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.18.4 </link >
268
272
</links >
269
273
</configuration >
270
274
</plugin >
You can’t perform that action at this time.
0 commit comments