Skip to content

Commit 702d690

Browse files
committed
Prepare for 2.13.4.2 to address #3627
1 parent ce50e4c commit 702d690

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

pom.xml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.13.5-SNAPSHOT</version>
12+
<version>2.13.4</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>
16-
<version>2.13.5-SNAPSHOT</version>
16+
<version>2.13.4.2-SNAPSHOT</version>
1717
<name>jackson-databind</name>
1818
<packaging>bundle</packaging>
1919
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -26,7 +26,7 @@
2626
<distribution>repo</distribution>
2727
</license>
2828
</licenses>
29-
29+
3030
<scm>
3131
<connection>scm:git:git@github.com:FasterXML/jackson-databind.git</connection>
3232
<developerConnection>scm:git:git@github.com:FasterXML/jackson-databind.git</developerConnection>
@@ -204,6 +204,19 @@
204204
<plugin>
205205
<groupId>de.jjohannes</groupId>
206206
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
207+
<!-- 13-Oct-2022, tatu: to resolve
208+
https://github.com/FasterXML/jackson-databind/issues/3627
209+
will need this locally, for now:
210+
-->
211+
<configuration>
212+
<platformDependencies>
213+
<dependency>
214+
<groupId>com.fasterxml.jackson</groupId>
215+
<artifactId>jackson-bom</artifactId>
216+
<version>${project.parent.version}</version>
217+
</dependency>
218+
</platformDependencies>
219+
</configuration>
207220
</plugin>
208221
</plugins>
209222
</build>

release-notes/VERSION-2.x

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.13.4.2 (13-Oct-2022)
8+
9+
#3627: Gradle module metadata for `2.13.4.1` references non-existent
10+
jackson-bom `2.13.4.1` (instead of `2.13.4.20221012`)
11+
(NOTE: root cause is [jackson-bom#52])
12+
713
2.13.4.1 (12-Oct-2022)
814

915
#3590: Add check in primitive value deserializers to avoid deep wrapper array

0 commit comments

Comments
 (0)