Skip to content

Commit fb630d8

Browse files
committed
prepare for 2.12.1 release
1 parent 78d9006 commit fb630d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.12.1-SNAPSHOT</version>
6+
<version>2.12.1</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatypes-collections</artifactId>

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Active Maintainers:
1616
=== Releases ===
1717
------------------------------------------------------------------------
1818

19+
2.12.1 (08-Jan-2021)
20+
21+
No changes since 2.12.0
22+
1923
2.12.0 (29-Nov-2020)
2024

2125
#25: (guava) SetMultimap should be deserialized to a LinkedHashMultimap by default

0 commit comments

Comments
 (0)