Skip to content

Commit affd0c7

Browse files
committed
prepare for 2.9.4
1 parent ae75527 commit affd0c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT</version>
8+
<version>2.9.4</version>
99
</parent>
1010

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

release-notes/VERSION-2.x

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
------------------------------------------------------------------------
21
Project: jackson-databind
3-
------------------------------------------------------------------------
42

3+
------------------------------------------------------------------------
54
=== Releases ===
5+
------------------------------------------------------------------------
66

7-
2.9.4 (not yet released)
7+
2.9.4 (24-Jan-2018)
88

99
#1382: `@JsonProperty(access=READ_ONLY)` unxepected behaviour with `Collections`
1010
(reported by hexfaker@github)

0 commit comments

Comments
 (0)