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

Commit 55f90fb

Browse files
committed
Update master to 2.6.0-SNAPSHOT
1 parent dc2f61b commit 55f90fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-guava</artifactId>
1010
<name>Jackson-datatype-Guava</name>
11-
<version>2.5.4-SNAPSHOT</version>
11+
<version>2.6.0-SNAPSHOT</version>
1212
<packaging>bundle</packaging>
1313
<description>Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) 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.5.3</version.jackson>
32+
<version.jackson>2.6.0-SNAPSHOT</version.jackson>
3333

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

0 commit comments

Comments
 (0)