We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c83ae commit afe2422Copy full SHA for afe2422
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>com.fasterxml.jackson</groupId>
7
<artifactId>jackson-base</artifactId>
8
- <version>2.9.5-SNAPSHOT</version>
+ <version>2.9.5</version>
9
</parent>
10
11
<groupId>com.fasterxml.jackson.core</groupId>
release-notes/VERSION-2.x
@@ -4,7 +4,7 @@ Project: jackson-databind
4
=== Releases ===
------------------------------------------------------------------------
-2.9.5 (not released yet)
+2.9.5 (26-Mar-2018)
#1911: Allow serialization of `BigDecimal` as String, using
`@JsonFormat(shape=Shape.String)`, config overrides
0 commit comments