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

Commit 8e6f3b2

Browse files
committed
...
1 parent c2f772d commit 8e6f3b2

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

pom.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
4-
<groupId>com.fasterxml</groupId>
5-
<artifactId>oss-parent</artifactId>
6-
<version>12</version>
4+
<groupId>com.fasterxml.jackson</groupId>
5+
<artifactId>jackson-parent</artifactId>
6+
<version>2.4</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.3.3-SNAPSHOT</version>
11+
<version>2.4.0-rc2-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.3.3-SNAPSHOT</version.jackson>
32+
<version.jackson>2.4.0-rc2</version.jackson>
3333

3434
<!-- Generate PackageVersion.java into this directory. -->
3535
<packageVersion.dir>com/fasterxml/jackson/datatype/guava</packageVersion.dir>
@@ -71,14 +71,6 @@ com.fasterxml.jackson.databind.type
7171
<artifactId>guava</artifactId>
7272
<version>15.0</version>
7373
</dependency>
74-
75-
<!-- and for testing, JUnit is needed -->
76-
<dependency>
77-
<groupId>junit</groupId>
78-
<artifactId>junit</artifactId>
79-
<version>4.11</version>
80-
<scope>test</scope>
81-
</dependency>
8274
</dependencies>
8375

8476
<build>

release-notes/VERSION

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
Project: jackson-datatype-guava
2-
Version: 2.3.3 (xx-xxx-2014)
2+
Version: 2.4.0 (xx-May-2014)
3+
4+
------------------------------------------------------------------------
5+
=== History: ===
6+
------------------------------------------------------------------------
7+
8+
2.3.3 (14-Apr-2014)
39

410
#37: `Optional` not correctly deserialized from JSON null, if inside a Collection
511
(reported by JYang-Addepar@github)
612
#41: `Multimap` serializer does not honor @JsonInclude(JsonInclude.Include.NON_EMPTY)
713
(reported by Olve S-H)
814

9-
------------------------------------------------------------------------
10-
=== History: ===
11-
------------------------------------------------------------------------
12-
1315
2.3.2 (01-Mar-2014)
1416

1517
#36: Improve Range deserializer to work with older Guava versions (10-)

0 commit comments

Comments
 (0)