Skip to content

Commit 58f9cd7

Browse files
committed
Prepare for 2.12.1 release
1 parent 469fa03 commit 58f9cd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.12.1-SNAPSHOT</version>
12+
<version>2.12.1</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>

release-notes/VERSION-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-dataformat-xml
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.12.1 (not yet released)
7+
2.12.1 (08-Jan-2021)
88

99
#435: After upgrade to 2.12.0, NPE when deserializing an empty element to `ArrayList`
1010
(reported by Francesco C)

0 commit comments

Comments
 (0)