Skip to content

Commit 4d69fb0

Browse files
committed
Prepare for 2.15.0-rc2 release
1 parent 090475a commit 4d69fb0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.15.0-rc2-SNAPSHOT</version>
11+
<version>2.15.0-rc2</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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ Co-maintainers:
1818

1919
2.15.0 (not yet released)
2020

21-
#652: Deletion of unused methods(fixes #508)
22-
#654: Change MKPE.parameter property to transient(fixes #572)
23-
24-
2.15.0-rc1 (18-Mar-2023)
21+
2.15.0-rc2 (28-Mar-2023)
2522

2623
#396: (regression) no default no-arguments constructor found
2724
(fix via [jackson-dataformat-xml#547])
@@ -44,6 +41,9 @@ Co-maintainers:
4441
(contributed by wrongwrong, cowtowncoder, pjfanning)
4542
#647: Added deprecation to MissingKotlinParameterException(related to #617)
4643
(contributed by wrongwrong)
44+
#652: Deletion of unused methods(fixes #508)
45+
#654: Change MKPE.parameter property to transient(fixes #572)
46+
4747

4848
It is also confirmed that the issue submitted below is no longer reproduced,
4949
although it is unclear when it was explicitly fixed.

0 commit comments

Comments
 (0)