We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd802e commit 1171465Copy full SHA for 1171465
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.dataformat</groupId>
9
<artifactId>jackson-dataformats-binary</artifactId>
release-notes/VERSION-2.x
@@ -9,7 +9,7 @@ Project: jackson-datatypes-binaryModules:
=== Releases ===
10
------------------------------------------------------------------------
11
12
-2.12.1 (not yet released)
+2.12.1 (08-Jan-2021)
13
14
#232: (ion) Allow disabling native type ids in IonMapper
15
(contributed by Josh B)
0 commit comments