Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 279ec13

Browse files
committed
...
1 parent 2444afa commit 279ec13

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
2929
</contributors>
3030

3131
<properties>
32-
<version.jackson>2.4.3</version.jackson>
32+
<version.jackson>2.4.4</version.jackson>
3333

3434
<!-- Generate PackageVersion.java into this directory. -->
3535
<packageVersion.dir>com/fasterxml/jackson/datatype/guava</packageVersion.dir>

release-notes/VERSION

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
Project: jackson-datatype-guava
2-
Version: 2.4.3 (04-Oct-2014)
3-
4-
#50: Add support for `InternetDomainName`
5-
(suggested by sdavids@github)
6-
- Improved serialization, type handling, schema-access for `Range` and `Optional`.
72

83
------------------------------------------------------------------------
94
=== History: ===
105
------------------------------------------------------------------------
116

7+
2.4.4 (24-Nov-2014)
8+
9+
No changes since 2.4.3
10+
11+
2.4.3 (04-Oct-2014)
12+
13+
#50: Add support for `InternetDomainName`
14+
(suggested by sdavids@github)
15+
- Improved serialization, type handling, schema-access for `Range` and `Optional`.
16+
1217
2.4.2 (15-Aug-2014)
1318

1419
#46: Can not serialize guava Iterables

0 commit comments

Comments
 (0)