File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
search/hibernate-search-8 Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 10
10
<properties >
11
11
<version .com.h2database>2.3.232</version .com.h2database>
12
12
<version .junit>4.13.2</version .junit>
13
- <version .org.hibernate.orm >7.0.2.Final</version .org.hibernate.orm >
13
+ <version .org.hibernate.orm7 >7.0.2.Final</version .org.hibernate.orm7 >
14
14
</properties >
15
15
16
16
<dependencyManagement >
17
17
<dependencies >
18
18
<dependency >
19
19
<groupId >org.hibernate.orm</groupId >
20
20
<artifactId >hibernate-platform</artifactId >
21
- <version >${version.org.hibernate.orm } </version >
21
+ <version >${version.org.hibernate.orm7 } </version >
22
22
<type >pom</type >
23
23
<scope >import</scope >
24
24
</dependency >
Original file line number Diff line number Diff line change 10
10
<properties >
11
11
<version .com.h2database>2.3.232</version .com.h2database>
12
12
<version .junit-jupiter>5.12.2</version .junit-jupiter>
13
- <version .org.hibernate.orm >7.0.2.Final</version .org.hibernate.orm >
13
+ <version .org.hibernate.orm7 >7.0.2.Final</version .org.hibernate.orm7 >
14
14
<version .org.assertj.assertj-core>3.27.3</version .org.assertj.assertj-core>
15
15
</properties >
16
16
19
19
<dependency >
20
20
<groupId >org.hibernate.orm</groupId >
21
21
<artifactId >hibernate-platform</artifactId >
22
- <version >${version.org.hibernate.orm } </version >
22
+ <version >${version.org.hibernate.orm7 } </version >
23
23
<type >pom</type >
24
24
<scope >import</scope >
25
25
</dependency >
85
85
<plugin >
86
86
<groupId >org.hibernate.orm</groupId >
87
87
<artifactId >hibernate-maven-plugin</artifactId >
88
- <version >${version.org.hibernate.orm } </version >
88
+ <version >${version.org.hibernate.orm7 } </version >
89
89
<executions >
90
90
<execution >
91
91
<configuration >
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<version .org.hibernate.search>8.0.0.Final</version .org.hibernate.search>
12
- <version .org.hibernate.orm >7.0.2.Final</version .org.hibernate.orm >
12
+ <version .org.hibernate.orm7 >7.0.2.Final</version .org.hibernate.orm7 >
13
13
14
14
<version .com.h2database>2.3.232</version .com.h2database>
15
15
<version .junit-jupiter>5.12.2</version .junit-jupiter>
46
46
<dependency >
47
47
<groupId >org.hibernate.orm</groupId >
48
48
<artifactId >hibernate-platform</artifactId >
49
- <version >${version.org.hibernate.orm } </version >
49
+ <version >${version.org.hibernate.orm7 } </version >
50
50
<type >pom</type >
51
51
<scope >import</scope >
52
52
</dependency >
Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<version .org.hibernate.search>8.0.0.Final</version .org.hibernate.search>
12
- <version .org.hibernate.orm >7.0.2.Final</version .org.hibernate.orm >
12
+ <version .org.hibernate.orm7 >7.0.2.Final</version .org.hibernate.orm7 >
13
13
14
14
<version .com.h2database>2.3.232</version .com.h2database>
15
15
<version .junit-jupiter>5.12.2</version .junit-jupiter>
38
38
<dependency >
39
39
<groupId >org.hibernate.orm</groupId >
40
40
<artifactId >hibernate-platform</artifactId >
41
- <version >${version.org.hibernate.orm } </version >
41
+ <version >${version.org.hibernate.orm7 } </version >
42
42
<type >pom</type >
43
43
<scope >import</scope >
44
44
</dependency >
You can’t perform that action at this time.
0 commit comments