Skip to content

Commit

Permalink
Prepare for 2.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 5, 2024
1 parent cb43e22 commit 643bbf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.17.1-SNAPSHOT</version>
<version>2.17.1</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-binary</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Active maintainers:

- No changes since 2.17

2.17.1 (not yet released)
2.17.1 (04-May-2024)

#487 (ion): Don't close IonParser on EOF to be compatible with `MappingIterator`
when source is an empty `InputStream`
Expand Down

0 comments on commit 643bbf0

Please sign in to comment.