File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ and finally, for Hibernate 7.x
103
103
<dependency >
104
104
<groupId >com.fasterxml.jackson.datatype</groupId >
105
105
<artifactId >jackson-datatype-hibernate7</artifactId >
106
- <version >2.19.1</version >
106
+ <!-- will be added in Jackson 2.20.0: -->
107
+ <version >2.20.0-SNAPSHOT</version >
107
108
</dependency >
108
109
```
109
110
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatype-hibernate-parent</artifactId >
11
- <version >2.20.0-SNAPSHOT</version >
11
+ <version >2.20.0-rc1- SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-hibernate4</artifactId >
14
14
<name >Jackson-datatype-Hibernate4</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatype-hibernate-parent</artifactId >
11
- <version >2.20.0-SNAPSHOT</version >
11
+ <version >2.20.0-rc1- SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-hibernate5-jakarta</artifactId >
14
14
<name >Jackson-datatype-Hibernate5-jakarta</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatype-hibernate-parent</artifactId >
11
- <version >2.20.0-SNAPSHOT</version >
11
+ <version >2.20.0-rc1- SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-hibernate5</artifactId >
14
14
<name >Jackson-datatype-Hibernate5</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatype-hibernate-parent</artifactId >
11
- <version >2.20.0-SNAPSHOT</version >
11
+ <version >2.20.0-rc1- SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-hibernate6</artifactId >
14
14
<name >Jackson-datatype-hibernate6</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >com.fasterxml.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatype-hibernate-parent</artifactId >
11
- <version >2.20.0-SNAPSHOT</version >
11
+ <version >2.20.0-rc1- SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-hibernate7</artifactId >
14
14
<name >Jackson-datatype-hibernate7</name >
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.20.0-SNAPSHOT</version >
6
+ <version >2.20.0-rc1- SNAPSHOT</version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.datatype</groupId >
9
9
<artifactId >jackson-datatype-hibernate-parent</artifactId >
10
10
<name >Hibernate module parent</name >
11
- <version >2.20.0-SNAPSHOT</version >
11
+ <version >2.20.0-rc1- SNAPSHOT</version >
12
12
<packaging >pom</packaging >
13
13
<description >Parent pom for shared settings for project sub-modules
14
14
</description >
You can’t perform that action at this time.
0 commit comments