File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson</groupId >
10
10
<artifactId >jackson-base</artifactId >
11
- <version >2.15.0-rc2-SNAPSHOT </version >
11
+ <version >2.15.0-rc2</version >
12
12
</parent >
13
13
<groupId >com.fasterxml.jackson.module</groupId >
14
14
<artifactId >jackson-module-kotlin</artifactId >
Original file line number Diff line number Diff line change @@ -18,10 +18,7 @@ Co-maintainers:
18
18
19
19
2.15 .0 (not yet released )
20
20
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 )
25
22
26
23
#396 : (regression) no default no-arguments constructor found
27
24
(fix via [jackson - dataformat - xml #547 ])
@@ -44,6 +41,9 @@ Co-maintainers:
44
41
(contributed by wrongwrong , cowtowncoder , pjfanning )
45
42
#647 : Added deprecation to MissingKotlinParameterException(related to #617)
46
43
(contributed by wrongwrong )
44
+ #652 : Deletion of unused methods(fixes #508)
45
+ #654 : Change MKPE.parameter property to transient(fixes #572)
46
+
47
47
48
48
It is also confirmed that the issue submitted below is no longer reproduced ,
49
49
although it is unclear when it was explicitly fixed .
You can’t perform that action at this time.
0 commit comments