Skip to content

Commit 0597c4c

Browse files
committed
prepare for 2.6.4
1 parent 5aece76 commit 0597c4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.fasterxml.jackson</groupId>
77
<artifactId>jackson-parent</artifactId>
8-
<version>2.6.1</version>
8+
<version>2.6.2</version>
99
</parent>
1010

1111
<groupId>com.fasterxml.jackson.core</groupId>
@@ -76,7 +76,7 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.core</groupId>
7878
<artifactId>jackson-core</artifactId>
79-
<version>2.6.4-SNAPSHOT</version>
79+
<version>2.6.4</version>
8080
</dependency>
8181

8282
<!-- and for testing we need a few libraries

release-notes/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-databind
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.6.4 (not yet released)
7+
2.6.4 (07-Dec-2015)
88

99
#984: JsonStreamContexts are not build the same way for write.. and convert methods
1010
(reported by Antibrumm@github)

0 commit comments

Comments
 (0)