Skip to content

Commit 5b52483

Browse files
committed
...
1 parent 499e97a commit 5b52483

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
2929

3030
<properties>
3131
<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>
3333
<version.jackson.jaxb>${version.jackson.core}</version.jackson.jaxb>
3434
<packageVersion.dir>com/fasterxml/jackson/dataformat/xml</packageVersion.dir>
3535
<packageVersion.package>${project.groupId}.xml</packageVersion.package>

release-notes/VERSION

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
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)
39

410
#76: UnrecognizedPropertyException when containing object is a Collection
511
(reported by pierre@github)
@@ -14,9 +20,10 @@ Version: 2.4.0 (02-Jun-2014)
1420
and `XMLStreamWriter`.
1521
- Add `JsonFactory.canUseCharArrays()` introspection method
1622

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)
2027

2128
2.3.2 (01-Mar-2014)
2229

0 commit comments

Comments
 (0)