Skip to content

Commit c867e7c

Browse files
committed
Prepare for 2.10.0
1 parent a2108d6 commit c867e7c

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.10.0-SNAPSHOT</version>
6+
<version>2.10.0</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-text</artifactId>

release-notes/VERSION-2.x

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,12 @@ Modules:
88
=== Releases ===
99
------------------------------------------------------------------------
1010

11-
2.10.0.pr3 (17-Sep-2019)
12-
13-
#83: (yaml) Update index of sequence context
14-
(reported by Matti B; fix contributed by Maarten W)
15-
16-
2.10.0.pr2 (31-Aug-2019)
17-
18-
#139: (properties) Support for Map<String, String> in `JavaPropsMapper`
19-
(suggested by Filip H)
20-
#140: (yaml) Implement `JsonGenerator.writeFieldId(...)` for `YAMLGenerator`
21-
22-
2.10.0.pr1 (19-Jul-2019)
11+
2.10.0.pr3 (26-Sep-2019)
2312

2413
#50: (yaml) Empty string serialized without quotes if MINIMIZE_QUOTES is enabled
2514
(reported by tim-palmer@github)
15+
#83: (yaml) Update index of sequence context
16+
(reported by Matti B; fix contributed by Maarten W)
2617
#100: (properties) Add an option to specify properties prefix
2718
(contributed by Alon B-L)
2819
#101: (yaml) Use latest SnakeYAML version 1.24 and get rid of deprecated methods
@@ -35,6 +26,9 @@ Modules:
3526
(fix contributed by Guillaume S)
3627
#134: (csv) `CSVParserBootstrapper` creates `UTF8Reader` which is incorrectly not auto-closed
3728
(reported by iuliu-b@github)
29+
#139: (properties) Support for Map<String, String> in `JavaPropsMapper`
30+
(suggested by Filip H)
31+
#140: (yaml) Implement `JsonGenerator.writeFieldId(...)` for `YAMLGenerator`
3832
- Add JDK9+ module info using Moditect plugin
3933

4034
2.9.10 (21-Sep-2019)

0 commit comments

Comments
 (0)