File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ syntax: glob
9
9
10
10
# building
11
11
target
12
+ .mvn /wrapper /maven-wrapper.jar
12
13
13
14
# Eclipse
14
15
.classpath
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml.jackson</groupId >
5
5
<artifactId >jackson-base</artifactId >
6
- <version >2.16.0-SNAPSHOT </version >
6
+ <version >2.16.0</version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.datatype</groupId >
9
9
<artifactId >jackson-datatype-hibernate-parent</artifactId >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Project: jackson-datatype-hibernate
4
4
=== Releases ===
5
5
------------------------------------------------------------------------
6
6
7
- 2.16.0-rc1 (20-Oct -2023)
7
+ 2.16.0 (15-Nov -2023)
8
8
9
9
#140: `HibernateModule.REPLACE_PERSISTENT_COLLECTIONS` not working
10
10
when `FetchType.EAGER`
You can’t perform that action at this time.
0 commit comments