Skip to content

Commit

Permalink
Prepare for 2.13.4.20221013 to support databind 2.13.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 13, 2022
1 parent 1387523 commit e58163a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Bill of Materials pom for getting full, complete set of compatible versions
of Jackson components maintained by FasterXML.com
</description>
<version>2.13.5-SNAPSHOT</version>
<version>2.13.4.20221013-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.13.5-SNAPSHOT</jackson.version>
<jackson.version>2.13.4</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 All @@ -59,7 +59,7 @@ of Jackson components maintained by FasterXML.com
-->
<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.databind>2.13.4.2</jackson.version.databind>
<jackson.version.dataformat>${jackson.version}</jackson.version.dataformat>
<jackson.version.datatype>${jackson.version}</jackson.version.datatype>
<jackson.version.jaxrs>${jackson.version}</jackson.version.jaxrs>
Expand Down

0 comments on commit e58163a

Please sign in to comment.