Skip to content

Commit 42792e0

Browse files
committed
Prepare for 2.16.0 release
1 parent 55709bf commit 42792e0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ syntax: glob
99

1010
# building
1111
target
12+
.mvn/wrapper/maven-wrapper.jar
1213

1314
# Eclipse
1415
.classpath

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.16.0-SNAPSHOT</version>
6+
<version>2.16.0</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.datatype</groupId>
99
<artifactId>jackson-datatype-hibernate-parent</artifactId>

release-notes/VERSION

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

7-
2.16.0-rc1 (20-Oct-2023)
7+
2.16.0 (15-Nov-2023)
88

99
#140: `HibernateModule.REPLACE_PERSISTENT_COLLECTIONS` not working
1010
when `FetchType.EAGER`

0 commit comments

Comments
 (0)