Skip to content

Commit cd642d3

Browse files
committed
Prepare for 2.18.0 release
1 parent 4496d13 commit cd642d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.18.0-SNAPSHOT</version>
6+
<version>2.18.0</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-text</artifactId>

release-notes/VERSION-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Active Maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
2.18.0 (not yet released)
17+
2.18.0 (26-Sep-2024)
1818

1919
#442: (csv) Allow use of "value decorators" (like `[` and `]` for arrays)
2020
for reading `CsvSchema` columns

0 commit comments

Comments
 (0)