File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
35
35
<properties >
36
36
<version .jackson.annotations>2.5.0</version .jackson.annotations>
37
37
<version .jackson.core>2.6.0-SNAPSHOT</version .jackson.core>
38
-
39
38
<osgi .export>${project.groupId} .jsonSchema.*</osgi .export>
40
39
</properties >
41
40
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Project: jackson-module-jsonSchema
10
10
- Added `JsonSchemaGenerator(ObjectWriter)` to allow use of (re-)configured `ObjectWriter`
11
11
instead of `ObjectMapper` which can not be configured.
12
12
13
- 2.5.1 (not yet released )
13
+ 2.5.1 (06-Feb-2015 )
14
14
15
- ...
15
+ No changes since 2.5.0
16
16
17
17
2.5.0 (01-Jan-2015)
18
18
You can’t perform that action at this time.
0 commit comments