Skip to content

Commit

Permalink
Merge branch 'release/1.1.8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Congiu committed Jan 23, 2014
2 parents 61432e4 + 6fca383 commit 66b0832
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ Versions:
* 1.1.2 (2012/07/26): Fixed issue with columns that are not mapped into JSON, reported by Michael Phung
* 1.1.4 (2012/10/04): Fixed issue #13, problem with floats, Reported by Chuck Connell
* 1.1.6 (2013/07/10): Fixed issue #28, error after 'alter table add columns'
* 1.1.7 (TBD) : Fixed issue #25, timestamp support, fix parametrized build,
* 1.1.7 (2013/09/30): Fixed issue #25, timestamp support, fix parametrized build,
Fixed issue #31 (static member shouldn't be static)
* 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



3 changes: 2 additions & 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.8-SNAPSHOT</version>
<version>1.1.8</version>
<packaging>jar</packaging>

<name>openx-json-serde</name>
Expand Down Expand Up @@ -57,6 +57,7 @@
<pushFeatures>false</pushFeatures>
<pushReleases>true</pushReleases>
<allowUntracked>true</allowUntracked>
<noDeploy>true</noDeploy>
</configuration>
</plugin>

Expand Down

0 comments on commit 66b0832

Please sign in to comment.