Skip to content

Commit 1da8996

Browse files
committed
Update release notes wrt #20 / #61
1 parent 9e6d736 commit 1da8996

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
3434
</developers>
3535
<properties>
3636
<version.jackson.annotations>2.4.0</version.jackson.annotations>
37-
<version.jackson.core>2.4.5</version.jackson.core>
37+
<version.jackson.core>2.4.6-SNAPSHOT</version.jackson.core>
3838

3939
<osgi.export>${project.groupId}.jsonSchema.*</osgi.export>
4040
</properties>

release-notes/CREDITS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ Greg Adams (gadams00@github)
1616

1717
#47: VisitorContext results in incomplete json schema output
1818
(2.4.4)
19+
20+
ciderale@github:
21+
22+
#20: Support handling of "unwrapped" POJOs
23+
(2.4.6 / 2.5.2)

release-notes/VERSION

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Project: jackson-module-jsonSchema
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.4.6 (not yet released)
8+
9+
#20: Support handling of "unwrapped" POJOs
10+
(contributed by ciderale@github)
11+
712
2.4.5 (13-Jan-2015)
813

914
No changes since 2.4.4.

0 commit comments

Comments
 (0)