We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d9006 commit fb630d8Copy full SHA for fb630d8
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.12.1-SNAPSHOT</version>
+ <version>2.12.1</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.datatype</groupId>
9
<artifactId>jackson-datatypes-collections</artifactId>
release-notes/VERSION-2.x
@@ -16,6 +16,10 @@ Active Maintainers:
16
=== Releases ===
17
------------------------------------------------------------------------
18
19
+2.12.1 (08-Jan-2021)
20
+
21
+No changes since 2.12.0
22
23
2.12.0 (29-Nov-2020)
24
25
#25: (guava) SetMultimap should be deserialized to a LinkedHashMultimap by default
0 commit comments