File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
<groupId >com.fasterxml.jackson.module</groupId >
9
9
<artifactId >jackson-module-jsonSchema</artifactId >
10
10
<name >jackson-module-jsonSchema</name >
11
- <version >2.5.1 -SNAPSHOT</version >
11
+ <version >2.5.2 -SNAPSHOT</version >
12
12
<packaging >bundle</packaging >
13
13
<description >Add-on module for Jackson (http://jackson.codehaus.org) to support
14
14
JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 generation.
@@ -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.5.0</version .jackson.annotations>
37
- <version .jackson.core>2.5.0 </version .jackson.core>
37
+ <version .jackson.core>2.5.1 </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 @@ -4,9 +4,9 @@ Project: jackson-module-jsonSchema
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
- 2.5.1 (not yet released )
7
+ 2.5.1 (06-Feb-2015 )
8
8
9
- ...
9
+ No changes since 2.5.0
10
10
11
11
2.5.0 (01-Jan-2015)
12
12
You can’t perform that action at this time.
0 commit comments