Skip to content

Commit 03c07b2

Browse files
committed
Prepare for 2.14.1 release
1 parent bbd4080 commit 03c07b2

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.14.1-SNAPSHOT</version>
11+
<version>2.14.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
@@ -15,6 +15,10 @@ Co-maintainers:
1515
=== Releases ===
1616
------------------------------------------------------------------------
1717

18+
2.14.1 (21-Nov-2022)
19+
20+
No changes since 2.14.0
21+
1822
2.14.0 (05-Nov-2022)
1923

2024
#582: Ignore open-ended ranges in `KotlinMixins.kt` (to help with Kotlin 1.7.20+)

0 commit comments

Comments
 (0)