Skip to content

Commit be5f7b6

Browse files
committed
prepare for 2.5.1
1 parent 3201e3f commit be5f7b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.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>
3838

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

release-notes/VERSION

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

7+
2.5.1 (06-Feb-2015)
8+
9+
No changes since 2.5.0
10+
711
2.5.0 (01-Jan-2015)
812

913
#32: Add support for Bean Validation (JSR-303) annotations

0 commit comments

Comments
 (0)