Skip to content

Commit 031d3f8

Browse files
committed
prepare for 2.4.1
1 parent eeec0a0 commit 031d3f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>
7676
<artifactId>jackson-core</artifactId>
77-
<version>2.4.1-SNAPSHOT</version>
77+
<version>2.4.1</version>
7878
</dependency>
7979

8080
<!-- and for testing we need a few libraries

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Project: jackson-databind
2-
Version: 2.4.1 (xx-Jun-2014)
2+
Version: 2.4.1 (17-Jun-2014)
33

44
#479: NPE on trying to deserialize a `String[]` that contains null
55
(reported by huxi@github)

0 commit comments

Comments
 (0)