Skip to content

Commit

Permalink
Prepare for 2.11.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 2, 2020
1 parent afc2356 commit 59b9cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.11.3-SNAPSHOT</version>
<version>2.11.3</version>
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformats-text</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Project: jackson-datatypes-text
1;95;0cModules:
Modules:
jackson-dataformat-csv
jackson-dataformat-properties
jackson-dataformat-yaml
Expand All @@ -8,7 +8,7 @@ Project: jackson-datatypes-text
=== Releases ===
------------------------------------------------------------------------

2.11.3 (not yet released)
2.11.3 (02-Oct-2020)

#217: (csv) Should quote strings with line separator under STRICT_CHECK_FOR_QUOTING
mode
Expand Down

0 comments on commit 59b9cc7

Please sign in to comment.