We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd59497 commit 9e67e8fCopy full SHA for 9e67e8f
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.14.1-SNAPSHOT</version>
+ <version>2.14.1</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.dataformat</groupId>
9
<artifactId>jackson-dataformats-text</artifactId>
release-notes/VERSION-2.x
@@ -14,7 +14,7 @@ Active Maintainers:
14
=== Releases ===
15
------------------------------------------------------------------------
16
17
-2.14.1 (not yet released)
+2.14.1 (21-Nov-2022)
18
19
#352: Disabling `CsvParser.Feature.FAIL_ON_MISSING_HEADER_COLUMNS` has no effect
20
(fix contributed by Matteo G)
0 commit comments