Skip to content

Commit

Permalink
Prepare for 2.16.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 20, 2023
1 parent ceaf129 commit fa00be1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-parent</artifactId>
<!-- note: does NOT change for every version of bom -->
<version>2.16-rc1-SNAPSHOT</version>
<version>2.16-rc1</version>
</parent>

<artifactId>jackson-bom</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@ of Jackson components maintained by FasterXML.com
</scm>

<properties>
<jackson.version>2.16.0-rc1-SNAPSHOT</jackson.version>
<jackson.version>2.16.0-rc1</jackson.version>

<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
of annotations BUT they are all identical, content-wise.
Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Jackson components (core, modules)
=== Releases (note: only includes patches with actual changes)
------------------------------------------------------------------------

2.16.0-rc1 (20-Oct-2023)

No changes since 2.15

2.15.3 (12-Oct-2023)

* Udate `nexus-staging-maven-plugin` to 1.6.13 (from 1.6.8)
Expand Down

0 comments on commit fa00be1

Please sign in to comment.