Skip to content

Commit 0ee6a8f

Browse files
committed
Prepare for 2.13.0 release
1 parent 5928a93 commit 0ee6a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0-SNAPSHOT</version>
11+
<version>2.13.0</version>
1212
</parent>
1313
<groupId>com.fasterxml.jackson.module</groupId>
1414
<artifactId>jackson-module-kotlin</artifactId>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Co-maintainers:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17-
2.13.0 (not yet released)
17+
2.13.0 (30-Sep-2021)
1818

1919
#438: Fixed mapping failure when `private` `companion object` is named
2020
(reported, fix contributed by k163377@github)

0 commit comments

Comments
 (0)