Skip to content

Commit

Permalink
Prepare for 2.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 27, 2024
1 parent 2ca44e8 commit 3cc03a7
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 @@ -8,7 +8,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.18.0-SNAPSHOT</version>
<version>2.18.0</version>
</parent>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</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 @@ -16,7 +16,7 @@ Co-maintainers:
=== Releases ===
------------------------------------------------------------------------

2.18.0 (not yet released)
2.18.0 (26-Sep-2024)

#818: The implementation of the search process for the `JsonCreator` (often the primary constructor)
used by default for deserialization has been changed to `AnnotationIntrospector#findDefaultCreator`.
Expand Down

0 comments on commit 3cc03a7

Please sign in to comment.