Skip to content

Commit

Permalink
Prepare for 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 26, 2019
1 parent 7e11577 commit 874d731
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 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.10-SNAPSHOT</version>
<version>2.10</version>
</parent>

<artifactId>jackson-bom</artifactId>
Expand All @@ -26,14 +26,15 @@
</scm>

<properties>
<jackson.version>2.10.0-SNAPSHOT</jackson.version>
<jackson.version>2.10.0</jackson.version>

<!-- 29-Jul-2017, tatu: With Jackson 2.x we will release full patch-level versions
of annotations BUT they are all identical, content-wise. Because of this
there is no point in updating dependency to later versions when using BOM.
With 3.x we will most likely drop patch level altogether.
<!-- 25-Sep-2019, tatu: With Jackson 2.x we will release full patch-level versions
of annotations BUT they are all identical, content-wise.
Given this, annotations could EITHER be `2.10.0` OR `${jackson.version}`.
Based on dev feedback, with 2.10 we will do latter. It apparently is less
confusing than alternative.
-->
<jackson.version.annotations>2.10.0-SNAPSHOT</jackson.version.annotations>
<jackson.version.annotations>${jackson.version}</jackson.version.annotations>
<jackson.version.core>${jackson.version}</jackson.version.core>
<jackson.version.databind>${jackson.version}</jackson.version.databind>
<jackson.version.dataformat>${jackson.version}</jackson.version.dataformat>
Expand Down

0 comments on commit 874d731

Please sign in to comment.