Skip to content

Commit b5ed8a2

Browse files
committed
Back to 2.18.5-SNAPSHOT settings
1 parent 91dfb78 commit b5ed8a2

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.18.4.1</version>
11+
<version>2.18.5-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
@@ -142,12 +142,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
142142
<groupId>org.moditect</groupId>
143143
<artifactId>moditect-maven-plugin</artifactId>
144144
</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>
151145
<!-- 03-Nov-2020, tatu: Add LICENSE from main level -->
152146
<plugin>
153147
<groupId>org.codehaus.mojo</groupId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ a pure JSON library.
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.18.5 (not yet released)
18+
19+
-
20+
1721
2.18.4.1 (10-June-2025)
1822

1923
#1433: `JsonParser#getNumberType()` throws `JsonParseException` when

0 commit comments

Comments
 (0)