Skip to content

Commit

Permalink
Merge branch 'release/1.1.9.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Congiu committed Feb 25, 2014
2 parents 6e01350 + ee75cbe commit 3b99a84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ Versions:
* 1.1.8 (2014/01/22): Rewritten handling of numbers, so their parsing from string is delayed to
deserialization time. Fixes #39, #45, #34, #29, #26, #22, #13
* 1.1.9.1 (2014/02/02) fixed some bugs
* next release : fixed issue with { field = null } #50,
support for array records,
fixed handling of null in arrays #54,
refactored Timestamp Handling
* 1.1.9.2 (2014/02/25) fixed issue with { field = null } #50,
support for array records,
fixed handling of null in arrays #54,
refactored Timestamp Handling



Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openx.data</groupId>
<artifactId>json-serde</artifactId>
<version>1.1.9.2-SNAPSHOT</version>
<version>1.1.9.2</version>
<packaging>jar</packaging>

<name>openx-json-serde</name>
Expand Down

0 comments on commit 3b99a84

Please sign in to comment.