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

Commit 7490d9e

Browse files
committed
upgrade master to 2.5.0-SNAPSHOT
1 parent 2444afa commit 7490d9e

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-parent</artifactId>
6-
<version>2.4</version>
6+
<version>2.5-rc1</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-guava</artifactId>
1010
<name>Jackson-datatype-Guava</name>
11-
<version>2.4.4-SNAPSHOT</version>
11+
<version>2.5.0-SNAPSHOT</version>
1212
<packaging>bundle</packaging>
1313
<description>Add-on datatype-support module for Jackson (http://jackson.codehaus.org) that handles
1414
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
2929
</contributors>
3030

3131
<properties>
32-
<version.jackson>2.4.3</version.jackson>
32+
<version.jackson>2.5.0-SNAPSHOT</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: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
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)
310

411
#50: Add support for `InternetDomainName`
512
(suggested by sdavids@github)
613
- Improved serialization, type handling, schema-access for `Range` and `Optional`.
714

8-
------------------------------------------------------------------------
9-
=== History: ===
10-
------------------------------------------------------------------------
11-
1215
2.4.2 (15-Aug-2014)
1316

1417
#46: Can not serialize guava Iterables

0 commit comments

Comments
 (0)