Skip to content

Commit 8496e93

Browse files
committed
prepare for 2.6.0-rc1
1 parent 3363804 commit 8496e93

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-joda</artifactId>
1111
<name>Jackson-datatype-Joda</name>
12-
<version>2.5.4-SNAPSHOT</version>
12+
<version>2.6.0-rc1-SNAPSHOT</version>
1313
<packaging>bundle</packaging>
1414
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1515
Joda (http://joda-time.sourceforge.net/) data types.
@@ -22,8 +22,8 @@ Joda (http://joda-time.sourceforge.net/) data types.
2222
<tag>HEAD</tag>
2323
</scm>
2424
<properties>
25-
<version.jackson.annotations>2.5.0</version.jackson.annotations>
26-
<version.jackson.core>2.5.3</version.jackson.core>
25+
<version.jackson.annotations>2.6.0-rc1</version.jackson.annotations>
26+
<version.jackson.core>2.6.0-rc1</version.jackson.core>
2727
<!-- Generate PackageVersion.java into this directory. -->
2828
<packageVersion.dir>com/fasterxml/jackson/datatype/joda</packageVersion.dir>
2929
<packageVersion.package>${project.groupId}.joda</packageVersion.package>

release-notes/VERSION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Project: jackson-datatype-joda
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.6.0 (not yet released)
8+
79
2.5.4 (not yet released)
810

911
#60: Configured date/time format not considered when serializing Joda Instant

0 commit comments

Comments
 (0)