Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 25, 2009
1 parent 6b7676a commit 646221a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<property name="IMPL_TITLE_JAXRS" value="JAX-RS provider for Json content type, using Jackson data binding" />
<property name="IMPL_TITLE_XC" value="XML Compatibility extensions for Jackson data binding" />

<property name="IMPL_VERSION" value="1.1.1" />
<property name="IMPL_VERSION" value="1.1.2" />
<property name="IMPL_VENDOR" value="http://fasterxml.com" />

<path id="test-libs">
Expand Down
4 changes: 2 additions & 2 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Description:
* [JACKSON-139] Non-numeric double values (NaN, Infinity) are serialized
as invalid JSON tokens
(reported by Peter H)
* Core jar incorrectly included much of "mapper" classes (in addition
to core classes)
* [JACKSON-141] Core jar incorrectly included much of "mapper" classes (in
addition to core classes)
* Now compiles again using JDK 1.5 javac (1.1.0 didn't)

1.1.0 [22-Jun-2009]
Expand Down

0 comments on commit 646221a

Please sign in to comment.