Skip to content

Commit 68a25b3

Browse files
committed
Prepare for 2.11.0 release
1 parent d29f739 commit 68a25b3

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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.11.0-SNAPSHOT</version>
6+
<version>2.11.0</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.module</groupId>
99
<artifactId>jackson-module-kotlin</artifactId>

release-notes/VERSION-2.x

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ Project: jackson-module-kotlin
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.11.0 (not yet released)
7+
2.11.1 (not yet released)
8+
9+
-
10+
11+
2.11.0 (26-Apr-2020)
812

9-
#284: Use `AnnotationIntrospector.findRenameByField()` to support "is properties"
10-
- Add Builder for KotlinModule
1113
#281: Hide singleton deserialization support behind a setting on the module,
1214
`singletonSupport` and enum `SingletonSupport`. Defaults to pre-2.10 behavior.
15+
#284: Use `AnnotationIntrospector.findRenameByField()` to support "is properties"
1316
#321: Make MissingKotlinParameterException extend MismatchedInputException
17+
- Add Builder for KotlinModule
1418

1519
Kotlin updated to 1.3.61
1620

0 commit comments

Comments
 (0)