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 >com.fasterxml.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
15
15
<name >Jackson-core</name >
16
- <version >2.18.3-SNAPSHOT </version >
16
+ <version >2.18.3</version >
17
17
<packaging >jar</packaging >
18
18
<description >Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description >
19
19
<licenses >
29
29
<
connection >scm:git:
[email protected] :FasterXML/jackson-core.git</
connection >
30
30
<
developerConnection >scm:git:
[email protected] :FasterXML/jackson-core.git</
developerConnection >
31
31
<url >https://github.com/FasterXML/jackson-core</url >
32
- <tag >HEAD </tag >
32
+ <tag >jackson-core-2.18.3 </tag >
33
33
</scm >
34
34
35
35
<properties >
@@ -57,7 +57,7 @@ com.fasterxml.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>2024-11-28T00:55:28Z </project .build.outputTimestamp>
60
+ <project .build.outputTimestamp>2025-02-28T23:27:12Z </project .build.outputTimestamp>
61
61
</properties >
62
62
63
63
<!-- Alas, need to include snapshot reference since otherwise can not find
You can’t perform that action at this time.
0 commit comments