Skip to content

Commit 8a01403

Browse files
committed
Add release notes wrt #182; fixed parent pom/pom version from #419
1 parent 5c87444 commit 8a01403

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.13.0-SNAPSHOT</version>
11+
<version>2.12.2-SNAPSHOT</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>
1515
<name>jackson-module-kotlin</name>
16-
<version>2.13.0-SNAPSHOT</version>
16+
<version>2.12.2-SNAPSHOT</version>
1717
<packaging>bundle</packaging>
1818
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
1919
Kotlin language, specifically introspection of method/constructor parameter names,

release-notes/CREDITS-2.x

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ Contributors:
1515

1616
Eric Fenderbosch (efenderbosch@github)
1717
* Fixed #182: Serialize unsigned numbers
18-
(2.12.next)
19-
18+
(2.12.2)
2019

2120
Elisha Peterson (triathematician@github)
2221
* Reported #409: `module-info.java` missing "exports"

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ No changes since 2.12
2222

2323
#409: `module-info.java` missing "exports"
2424
(reported by Elisha P)
25+
#182: Nullable unsigned numbers do not serialize correctly
26+
(reported by bholzman@github)
27+
(fix contributed by Eric F)
2528

2629
2.12.1 (08-Jan-2021)
2730

0 commit comments

Comments
 (0)