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 13
13
<groupId >tools.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
15
15
<name >Jackson-core</name >
16
- <version >3.0.0-rc1-SNAPSHOT </version >
16
+ <version >3.0.0-rc1</version >
17
17
<packaging >jar</packaging >
18
18
<description >Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description >
19
19
<inceptionYear >2007</inceptionYear >
30
30
<connection >scm:git:https://github.com/FasterXML/jackson-core.git</connection >
31
31
<
developerConnection >scm:git:
[email protected] :FasterXML/jackson-core.git</
developerConnection >
32
32
<url >http://github.com/FasterXML/jackson-core</url >
33
- <tag >HEAD </tag >
33
+ <tag >jackson-core-3.0.0-rc1 </tag >
34
34
</scm >
35
35
36
36
<properties >
@@ -56,7 +56,7 @@ tools.jackson.core.*;version=${project.version}
56
56
<packageVersion .package>${project.groupId} .json</packageVersion .package>
57
57
58
58
<!-- for Reproducible Builds -->
59
- <project .build.outputTimestamp>2025-03-07T00:00:00Z </project .build.outputTimestamp>
59
+ <project .build.outputTimestamp>2025-03-07T23:24:44Z </project .build.outputTimestamp>
60
60
61
61
<!-- for validation of JaCoCo execution -->
62
62
<jacocoStrict >true</jacocoStrict >
You can’t perform that action at this time.
0 commit comments