Skip to content

Commit bbf1302

Browse files
committed
prepare for 2.6.4
1 parent 1f02522 commit bbf1302

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-parent</artifactId>
6-
<version>2.6.1</version>
6+
<version>2.6.2</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-hibernate-parent</artifactId>
@@ -30,7 +30,7 @@
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232
<version.jackson.annotations>2.6.0</version.jackson.annotations>
33-
<version.jackson.core>2.6.3</version.jackson.core>
33+
<version.jackson.core>2.6.4</version.jackson.core>
3434
</properties>
3535

3636
</project>

release-notes/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Project: jackson-datatype-hibernate
44
=== Releases ===
55
------------------------------------------------------------------------
66

7+
2.6.4 (07-Dec-2015)
78
2.6.3 (12-Oct-2015)
89
2.6.2 (15-Sep-2015)
910
2.6.1 (09-Aug-2015)

0 commit comments

Comments
 (0)