Skip to content

Commit 66e39ff

Browse files
committed
Prepare for 2.17.0 release
1 parent 00d45d2 commit 66e39ff

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.17.0-SNAPSHOT</version>
6+
<version>2.17.0</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-text</artifactId>

release-notes/VERSION-2.x

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ Active Maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
Not yet released
18-
19-
#465: (yaml) YAML: consider starting `#` and ending `:` as quotable characters
20-
(contributed by Michael E)
21-
22-
2.17.0-rc1 (26-Feb-2024)
17+
2.17.0 (12-Mar-2024)
2318

2419
#45: (csv) Allow skipping ending line break
2520
(`CsvGenerator.Feature.WRITE_LINEFEED_AFTER_LAST_ROW`)
@@ -28,6 +23,8 @@ Not yet released
2823
(fix contributed by Arthur C)
2924
#456: (yaml) Support max Read/Write nesting depth limits (`StreamReadConstraints`/
3025
`StreamWriteConstraints`) for YAML
26+
#465: (yaml) YAML: consider starting `#` and ending `:` as quotable characters
27+
(contributed by Michael E)
3128

3229
2.16.2 (09-Mar-2024)
3330

0 commit comments

Comments
 (0)