Skip to content

Commit abaa69c

Browse files
committed
prepare for 2.8.0
1 parent 2e237c1 commit abaa69c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.8-rc1b</version>
6+
<version>2.8</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-hibernate-parent</artifactId>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<version.jackson.core>2.8.0.rc2</version.jackson.core>
32+
<version.jackson.core>2.8.0</version.jackson.core>
3333
</properties>
3434

3535
</project>

release-notes/VERSION

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

7-
2.8.0 (not yet released)
7+
2.8.0 (04-Jul-2016)
88

99
No changes since 2.7
1010

0 commit comments

Comments
 (0)