Skip to content

Commit 58c2791

Browse files
committed
Prepare for 2.18.0 release
1 parent 3775318 commit 58c2791

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.fasterxml.jackson</groupId>
77
<artifactId>jackson-parent</artifactId>
88
<!-- note: does NOT change for every version of bom -->
9-
<version>2.18-SNAPSHOT</version>
9+
<version>2.18</version>
1010
</parent>
1111

1212
<artifactId>jackson-bom</artifactId>
@@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
4949
</scm>
5050

5151
<properties>
52-
<jackson.version>2.18.0-SNAPSHOT</jackson.version>
52+
<jackson.version>2.18.0</jackson.version>
5353

5454
<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
5555
of annotations BUT they are all identical, content-wise.

release-notes/VERSION-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Jackson components (core, modules)
99
=== Releases (note: only includes patches with actual changes)
1010
------------------------------------------------------------------------
1111

12-
2.18.0 (not yet released)
12+
2.18.0 (26-Sep-2024)
1313

1414
#68: Remove `junit` 4.x dependency from `jackson-base` 2.18.x to help
1515
junit5 migration

0 commit comments

Comments
 (0)