Skip to content

Commit 2063450

Browse files
committed
Prepare for 2.9.9
1 parent c8d1c71 commit 2063450

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9-SNAPSHOT</version>
8+
<version>2.9.9</version>
99
</parent>
1010

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

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.9.9 (not yet released)
7+
2.9.9 (16-May-2019)
88

99
#1408: Call to `TypeVariable.getBounds()` without synchronization unsafe on some platforms
1010
(reported by Thomas K)

src/main/java/com/fasterxml/jackson/databind/jsontype/TypeSerializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public abstract WritableTypeId writeTypePrefix(JsonGenerator g,
138138

139139
/**
140140
* Method that should be called after {@link #writeTypePrefix(JsonGenerator, WritableTypeId)}
141-
* and matching value write have called, passing {@link WritableTypeId} returned.
141+
* and matching value write have been called, passing {@link WritableTypeId} returned.
142142
* Usual idiom is:
143143
*<pre>
144144
* // Indicator generator that type identifier may be needed; generator may write

0 commit comments

Comments
 (0)