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 17, 2023
1 parent 2faf8f4 commit ceaf129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base/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-bom</artifactId>
<version>2.16.0-SNAPSHOT</version>
<version>2.16.0-rc1-SNAPSHOT</version>
</parent>
<artifactId>jackson-base</artifactId>
<name>Jackson Base</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-parent</artifactId>
<!-- note: does NOT change for every version of bom -->
<version>2.16-SNAPSHOT</version>
<version>2.16-rc1-SNAPSHOT</version>
</parent>

<artifactId>jackson-bom</artifactId>
<name>Jackson BOM</name>
<description>Bill of Materials pom for getting full, complete set of compatible versions
of Jackson components maintained by FasterXML.com
</description>
<version>2.16.0-SNAPSHOT</version>
<version>2.16.0-rc1-SNAPSHOT</version>
<packaging>pom</packaging>

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

<properties>
<jackson.version>2.16.0-SNAPSHOT</jackson.version>
<jackson.version>2.16.0-rc1-SNAPSHOT</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

0 comments on commit ceaf129

Please sign in to comment.