File tree 3 files changed +3
-3
lines changed
src/test/java/com/fasterxml/jackson/databind/jsontype
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.fasterxml.jackson</groupId >
7
7
<artifactId >jackson-base</artifactId >
8
- <version >2.9.2-SNAPSHOT </version >
8
+ <version >2.9.2</version >
9
9
</parent >
10
10
11
11
<groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Project: jackson-databind
3
3
=== Releases ===
4
4
------------------------------------------------------------------------
5
5
6
- 2.9.2 (not yet released )
6
+ 2.9.2 (14-Oct-2017 )
7
7
8
8
(possibly) #1756: Deserialization error with custom `AnnotationIntrospector`
9
9
(reported by Daniel N)
Original file line number Diff line number Diff line change 6
6
import com .fasterxml .jackson .databind .*;
7
7
import com .fasterxml .jackson .databind .module .SimpleModule ;
8
8
9
- public class AbstracTypeMapping1186Test extends BaseMapTest
9
+ public class AbstractTypeMapping1186Test extends BaseMapTest
10
10
{
11
11
public interface IContainer <T > {
12
12
@ JsonProperty ("ts" )
You can’t perform that action at this time.
0 commit comments