Skip to content

Commit 51f378e

Browse files
committed
prepare for 2.9.2
1 parent 4f02b15 commit 51f378e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
5-
<artifactId>jackson-bom</artifactId>
6-
<version>2.9.1</version>
5+
<artifactId>jackson-base</artifactId>
6+
<version>2.9.2</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-binary</artifactId>

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Modules:
99
=== Releases ===
1010
------------------------------------------------------------------------
1111

12-
2.9.2 (not yet released)
12+
2.9.2 (14-Oct-2017)
1313

1414
#113 (avro): incorrect deserialization of `long` with new `AvroFactory`
1515
(reported by LvR@github)

0 commit comments

Comments
 (0)