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

Commit e648da8

Browse files
committed
prepare for 2.5.3
1 parent f04699d commit e648da8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-parent</artifactId>
6-
<version>2.5</version>
6+
<version>2.5.1</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-guava</artifactId>
@@ -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.5.3-SNAPSHOT</version.jackson>
32+
<version.jackson>2.5.3</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-datatype-guava
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.5.3 (not released yet)
7+
2.5.3 (24-Apr-2015)
88

99
#65: Add deserialization support for SortedMultiset and ImmutableSortedMultiset
1010
(contributed by Stephan S, Stephan202@github)

0 commit comments

Comments
 (0)