Skip to content

Commit 2d64bed

Browse files
committed
Prepare for 2.5.0
1 parent 2366fd6 commit 2d64bed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-annotations</artifactId>
72-
<version>2.5.0-SNAPSHOT</version>
72+
<version>2.5.0</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>
7676
<artifactId>jackson-core</artifactId>
77-
<version>2.5.0-SNAPSHOT</version>
77+
<version>2.5.0</version>
7878
</dependency>
7979

8080
<!-- and for testing we need a few libraries
@@ -100,7 +100,6 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
100100
<scope>test</scope>
101101
</dependency>
102102

103-
104103
<dependency> <!-- from core we just test for repackaged cglib, not hibernate proper -->
105104
<groupId>org.hibernate</groupId>
106105
<artifactId>hibernate-cglib-repack</artifactId>

release-notes/VERSION

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

7-
2.5.0 (not yet released)
7+
2.5.0 (01-Jan-2015)
88

99
#47: Support `@JsonValue` for (Map) key serialization
1010
#113: Problem deserializing polymorphic types with @JsonCreator

0 commit comments

Comments
 (0)