File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatype-joda</artifactId >
11
11
<name >Jackson-datatype-Joda</name >
12
- <version >2.5.4 -SNAPSHOT</version >
12
+ <version >2.6.0-rc1 -SNAPSHOT</version >
13
13
<packaging >bundle</packaging >
14
14
<description >Add-on module for Jackson (http://jackson.codehaus.org) to support
15
15
Joda (http://joda-time.sourceforge.net/) data types.
@@ -22,8 +22,8 @@ Joda (http://joda-time.sourceforge.net/) data types.
22
22
<tag >HEAD</tag >
23
23
</scm >
24
24
<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>
27
27
<!-- Generate PackageVersion.java into this directory. -->
28
28
<packageVersion .dir>com/fasterxml/jackson/datatype/joda</packageVersion .dir>
29
29
<packageVersion .package>${project.groupId} .joda</packageVersion .package>
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Project: jackson-datatype-joda
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.6.0 (not yet released)
8
+
7
9
2.5.4 (not yet released)
8
10
9
11
#60: Configured date/time format not considered when serializing Joda Instant
You can’t perform that action at this time.
0 commit comments