This repository was archived by the owner on Jan 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml.jackson</groupId >
5
5
<artifactId >jackson-parent</artifactId >
6
- <version >2.4 </version >
6
+ <version >2.5-rc1 </version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.datatype</groupId >
9
9
<artifactId >jackson-datatype-guava</artifactId >
10
10
<name >Jackson-datatype-Guava</name >
11
- <version >2.4.4 -SNAPSHOT</version >
11
+ <version >2.5.0 -SNAPSHOT</version >
12
12
<packaging >bundle</packaging >
13
13
<description >Add-on datatype-support module for Jackson (http://jackson.codehaus.org) that handles
14
14
Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just collection ones)
@@ -29,7 +29,7 @@ Guava (http://code.google.com/p/guava-libraries/) types (currently mostly just c
29
29
</contributors >
30
30
31
31
<properties >
32
- <version .jackson>2.4.3 </version .jackson>
32
+ <version .jackson>2.5.0-SNAPSHOT </version .jackson>
33
33
34
34
<!-- Generate PackageVersion.java into this directory. -->
35
35
<packageVersion .dir>com/fasterxml/jackson/datatype/guava</packageVersion .dir>
Original file line number Diff line number Diff line change 1
1
Project: jackson-datatype-guava
2
- Version: 2.4.3 (04-Oct-2014)
2
+
3
+ ------------------------------------------------------------------------
4
+ === Releases ===
5
+ ------------------------------------------------------------------------
6
+
7
+ 2.5.0-SNAPSHOT (xx-xxx-2014)
8
+
9
+ 2.4.3 (04-Oct-2014)
3
10
4
11
#50: Add support for `InternetDomainName`
5
12
(suggested by sdavids@github)
6
13
- Improved serialization, type handling, schema-access for `Range` and `Optional`.
7
14
8
- ------------------------------------------------------------------------
9
- === History: ===
10
- ------------------------------------------------------------------------
11
-
12
15
2.4.2 (15-Aug-2014)
13
16
14
17
#46: Can not serialize guava Iterables
You can’t perform that action at this time.
0 commit comments