Skip to content

Commit 6c09915

Browse files
committed
Prepare for 2.15.0-rc3
1 parent 194378f commit 6c09915

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.fasterxml.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>2.15.0-rc3-SNAPSHOT</version>
12+
<version>2.15.0-rc3</version>
1313
</parent>
1414
<groupId>com.fasterxml.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>

release-notes/VERSION-2.x

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ Project: jackson-dataformat-xml
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
Not yet released
8-
9-
#578: `XmlMapper` serializes `@JsonAppend` property twice
10-
(reported by @stepince)
11-
12-
2.15.0-rc2 (28-Mar-2023)
7+
2.15.0-rc3 (14-Apr-2023)
138

149
#286: Conflict between `@JsonIdentityInfo` and Unwrapped Lists
1510
(reported by @rupert-madden-abbott)
@@ -26,6 +21,8 @@ Not yet released
2621
for XML pretty-printing
2722
(requested by @koalalam)
2823
(contributed by Joo Hyuk K)
24+
#578: `XmlMapper` serializes `@JsonAppend` property twice
25+
(reported by @stepince)
2926
#584: Deserialization of `null` String values in Arrays / `Collection`s
3027
not working as expected
3128
(fix contributed by Marco B)

0 commit comments

Comments
 (0)