Skip to content

Commit

Permalink
Prepare for 2.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 12, 2024
1 parent 00d45d2 commit 66e39ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
Expand Down
9 changes: 3 additions & 6 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ Active Maintainers:
=== Releases ===
------------------------------------------------------------------------

Not yet released

#465: (yaml) YAML: consider starting `#` and ending `:` as quotable characters
(contributed by Michael E)

2.17.0-rc1 (26-Feb-2024)
2.17.0 (12-Mar-2024)

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

2.16.2 (09-Mar-2024)

Expand Down

0 comments on commit 66e39ff

Please sign in to comment.