Skip to content

Commit b5fe1d5

Browse files
committed
prepare for 2.9.2
1 parent e6d950a commit b5fe1d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.fasterxml.jackson</groupId>
77
<artifactId>jackson-base</artifactId>
8-
<version>2.9.2-SNAPSHOT</version>
8+
<version>2.9.2</version>
99
</parent>
1010

1111
<groupId>com.fasterxml.jackson.core</groupId>

release-notes/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Project: jackson-databind
33
=== Releases ===
44
------------------------------------------------------------------------
55

6-
2.9.2 (not yet released)
6+
2.9.2 (14-Oct-2017)
77

88
(possibly) #1756: Deserialization error with custom `AnnotationIntrospector`
99
(reported by Daniel N)

src/test/java/com/fasterxml/jackson/databind/jsontype/AbstractTypeMapping1186Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import com.fasterxml.jackson.databind.*;
77
import com.fasterxml.jackson.databind.module.SimpleModule;
88

9-
public class AbstracTypeMapping1186Test extends BaseMapTest
9+
public class AbstractTypeMapping1186Test extends BaseMapTest
1010
{
1111
public interface IContainer<T> {
1212
@JsonProperty("ts")

0 commit comments

Comments
 (0)