Skip to content

Commit efb2c12

Browse files
committed
Prepare for 2.13.0 release
1 parent 77e8b62 commit efb2c12

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
<!-- that they should prefer consuming it instead. -->
77
<!-- do_not_remove: published-with-gradle-metadata -->
88
<modelVersion>4.0.0</modelVersion>
9-
109
<parent>
1110
<groupId>com.fasterxml.jackson</groupId>
1211
<artifactId>jackson-base</artifactId>
13-
<version>2.13.0-SNAPSHOT</version>
12+
<version>2.13.0</version>
1413
</parent>
15-
1614
<groupId>com.fasterxml.jackson.core</groupId>
1715
<artifactId>jackson-databind</artifactId>
1816
<version>2.13.0-SNAPSHOT</version>

release-notes/VERSION-2.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.13.0 (not yet released)
7+
2.13.0 (30-Sep-2021)
88

99
#1850: `@JsonValue` with integer for enum does not deserialize correctly
1010
(reported by tgolden-andplus@github)

0 commit comments

Comments
 (0)