File tree 3 files changed +11
-1
lines changed 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
34
34
</developers >
35
35
<properties >
36
36
<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>
38
38
39
39
<osgi .export>${project.groupId} .jsonSchema.*</osgi .export>
40
40
</properties >
Original file line number Diff line number Diff line change @@ -16,3 +16,8 @@ Greg Adams (gadams00@github)
16
16
17
17
#47: VisitorContext results in incomplete json schema output
18
18
(2.4.4)
19
+
20
+ ciderale@github:
21
+
22
+ #20: Support handling of "unwrapped" POJOs
23
+ (2.4.6 / 2.5.2)
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Project: jackson-module-jsonSchema
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
+ 2.4.6 (not yet released)
8
+
9
+ #20: Support handling of "unwrapped" POJOs
10
+ (contributed by ciderale@github)
11
+
7
12
2.4.5 (13-Jan-2015)
8
13
9
14
No changes since 2.4.4.
You can’t perform that action at this time.
0 commit comments