File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
src/main/java/com/fasterxml/jackson/datatype/joda Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.fasterxml.jackson</groupId >
6
6
<artifactId >jackson-base</artifactId >
7
- <version >2.11.0-SNAPSHOT </version >
7
+ <version >2.11.0</version >
8
8
</parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatype-joda</artifactId >
Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ Project: jackson-datatype-joda
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
- 2.11.0 (not yet released)
7
+ 2.11.1 (not yet released)
8
+
9
+ -
10
+
11
+ 2.11.0 (26 -Apr-2020 )
8
12
9
13
#104 : Deserializing Interval discards timezone information
10
14
(contributed by Richard W)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public JodaMapper() {
15
15
* Convenience method that is shortcut for:
16
16
*<pre>
17
17
* module.isEnabled(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS);
18
- *<pre>
18
+ *</ pre>
19
19
*/
20
20
public boolean getWriteDatesAsTimestamps () {
21
21
return getSerializationConfig ().isEnabled (SerializationFeature .WRITE_DATES_AS_TIMESTAMPS );
@@ -25,7 +25,7 @@ public boolean getWriteDatesAsTimestamps() {
25
25
* Convenience method that is shortcut for:
26
26
*<pre>
27
27
* configure(SerializationFeature.WRITE_DATES_AS_TIMESTAMPS, state)
28
- *<pre>
28
+ *</ pre>
29
29
*/
30
30
public void setWriteDatesAsTimestamps (boolean state ) {
31
31
configure (SerializationFeature .WRITE_DATES_AS_TIMESTAMPS , state );
You can’t perform that action at this time.
0 commit comments