Skip to content

Commit 5043d03

Browse files
committed
Prepare for 2.13.1 release
1 parent 5da9c4e commit 5043d03

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.fasterxml.jackson</groupId>
1010
<artifactId>jackson-base</artifactId>
11-
<version>2.13.1-SNAPSHOT</version>
11+
<version>2.13.1</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>

release-notes/VERSION-2.x

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Co-maintainers:
1818

1919
No changes since 2.13
2020

21+
2.13.1 (19-Dec-2021)
22+
23+
No documented changes since 2.13.0
24+
2125
2.13.0 (30-Sep-2021)
2226

2327
#438: Fixed mapping failure when `private` `companion object` is named

0 commit comments

Comments
 (0)