File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
29
29
30
30
<properties >
31
31
<version .jackson.annotations>2.4.0</version .jackson.annotations>
32
- <version .jackson.core>2.4.0 </version .jackson.core>
32
+ <version .jackson.core>2.4.1-SNAPSHOT </version .jackson.core>
33
33
<version .jackson.jaxb>${version.jackson.core} </version .jackson.jaxb>
34
34
<packageVersion .dir>com/fasterxml/jackson/dataformat/xml</packageVersion .dir>
35
35
<packageVersion .package>${project.groupId} .xml</packageVersion .package>
Original file line number Diff line number Diff line change 1
1
Project: jackson-dataformat-xml
2
- Version: 2.4.0 (02-Jun-2014)
2
+ Version: 2.4.1 (xx-Jun-2014)
3
+
4
+ ------------------------------------------------------------------------
5
+ === History: ===
6
+ ------------------------------------------------------------------------
7
+
8
+ 2.4.0 (02-Jun-2014)
3
9
4
10
#76: UnrecognizedPropertyException when containing object is a Collection
5
11
(reported by pierre@github)
@@ -14,9 +20,10 @@ Version: 2.4.0 (02-Jun-2014)
14
20
and `XMLStreamWriter`.
15
21
- Add `JsonFactory.canUseCharArrays()` introspection method
16
22
17
- ------------------------------------------------------------------------
18
- === History: ===
19
- ------------------------------------------------------------------------
23
+ 2.3.3 (10-Apr-2014)
24
+
25
+ #101: Invalid index error when deserializing unwrapped list element with multiple attributes
26
+ (reported by yunspace@github; fix suggested by escholz@github)
20
27
21
28
2.3.2 (01-Mar-2014)
22
29
You can’t perform that action at this time.
0 commit comments