File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson</groupId >
10
10
<artifactId >jackson-base</artifactId >
11
- <version >2.18.4.1 </version >
11
+ <version >2.18.5-SNAPSHOT </version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.core</groupId >
14
14
<artifactId >jackson-core</artifactId >
@@ -142,12 +142,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
142
142
<groupId >org.moditect</groupId >
143
143
<artifactId >moditect-maven-plugin</artifactId >
144
144
</plugin >
145
- <!-- 10-Jun-2025: Enable Sonatype Central Portal publishing temporarily -->
146
- <plugin >
147
- <groupId >org.sonatype.central</groupId >
148
- <artifactId >central-publishing-maven-plugin</artifactId >
149
- <version >0.7.0</version >
150
- </plugin >
151
145
<!-- 03-Nov-2020, tatu: Add LICENSE from main level -->
152
146
<plugin >
153
147
<groupId >org.codehaus.mojo</groupId >
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ a pure JSON library.
14
14
= == Releases == =
15
15
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
16
16
17
+ 2.18 .5 (not yet released )
18
+
19
+ -
20
+
17
21
2.18 .4.1 (10 - June - 2025 )
18
22
19
23
#1433 : `JsonParser#getNumberType()` throws `JsonParseException` when
You can’t perform that action at this time.
0 commit comments