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 74461cf commit e3dbdb0Copy full SHA for e3dbdb0
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.16.0-rc1-SNAPSHOT</version>
+ <version>2.16.0-rc1</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.16.0 (not yet released)
+2.16.0-rc1 (20-Oct-2023)
18
19
#198: (csv) Support writing numbers as quoted Strings with
20
`CsvGenerator.Feature.ALWAYS_QUOTE_NUMBERS`
0 commit comments