File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
<groupId >tools.jackson.core</groupId >
15
15
<artifactId >jackson-core</artifactId >
16
16
<name >Jackson-core</name >
17
- <version >3.0.0-rc4-SNAPSHOT </version >
17
+ <version >3.0.0-rc4</version >
18
18
<packaging >jar</packaging >
19
19
<description >Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description >
20
20
<inceptionYear >2007</inceptionYear >
31
31
<connection >scm:git:https://github.com/FasterXML/jackson-core.git</connection >
32
32
<developerConnection >scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection >
33
33
<url >http://github.com/FasterXML/jackson-core</url >
34
- <tag >HEAD </tag >
34
+ <tag >jackson-core-3.0.0-rc4 </tag >
35
35
</scm >
36
36
37
37
<properties >
@@ -57,7 +57,7 @@ tools.jackson.core.*;version=${project.version}
57
57
<packageVersion .package>${project.groupId} .json</packageVersion .package>
58
58
59
59
<!-- for Reproducible Builds -->
60
- <project .build.outputTimestamp>2025-04-14T01:43:17Z </project .build.outputTimestamp>
60
+ <project .build.outputTimestamp>2025-05-10T23:11:03Z </project .build.outputTimestamp>
61
61
62
62
<!-- for validation of JaCoCo execution -->
63
63
<jacocoStrict >false</jacocoStrict >
You can’t perform that action at this time.
0 commit comments