Skip to content

Commit

Permalink
Update release notes wrt #20 / #61
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 17, 2015
1 parent 9e6d736 commit 1da8996
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
</developers>
<properties>
<version.jackson.annotations>2.4.0</version.jackson.annotations>
<version.jackson.core>2.4.5</version.jackson.core>
<version.jackson.core>2.4.6-SNAPSHOT</version.jackson.core>

<osgi.export>${project.groupId}.jsonSchema.*</osgi.export>
</properties>
Expand Down
5 changes: 5 additions & 0 deletions release-notes/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ Greg Adams (gadams00@github)

#47: VisitorContext results in incomplete json schema output
(2.4.4)

ciderale@github:

#20: Support handling of "unwrapped" POJOs
(2.4.6 / 2.5.2)
5 changes: 5 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Project: jackson-module-jsonSchema
=== Releases ===
------------------------------------------------------------------------

2.4.6 (not yet released)

#20: Support handling of "unwrapped" POJOs
(contributed by ciderale@github)

2.4.5 (13-Jan-2015)

No changes since 2.4.4.
Expand Down

0 comments on commit 1da8996

Please sign in to comment.