File tree 3 files changed +3
-27
lines changed
jdbc/howto/schema-generation
3 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 18
18
<url >https://projects.spring.io/spring-data-jdbc</url >
19
19
<inceptionYear >2023</inceptionYear >
20
20
21
- <properties >
22
- <spring-data-bom .version>2023.1.0-M2</spring-data-bom .version>
23
- </properties >
24
-
25
21
<dependencies >
26
22
27
23
<dependency >
Original file line number Diff line number Diff line change 31
31
<module >graalvm-native</module >
32
32
</modules >
33
33
34
- <profiles >
35
- <profile >
36
- <id >hibernate-53</id >
37
- <properties >
38
- <hibernate .version>5.3.0.Final</hibernate .version>
39
- </properties >
40
- </profile >
41
- <profile >
42
- <id >java-next</id >
43
-
44
- <activation >
45
- <jdk >[8,14]</jdk >
46
- </activation >
47
-
48
- <modules >
49
- <module >eclipselink</module >
50
- </modules >
51
- </profile >
52
- </profiles >
53
-
54
34
<dependencies >
55
35
56
36
<dependency >
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >3.4.0 </version >
16
+ <version >3.5.0-RC1 </version >
17
17
</parent >
18
18
19
19
<modules >
44
44
<profile >
45
45
<id >spring-data-next-releasetrain</id >
46
46
<properties >
47
- <spring-data-bom .version>2025.0 .0-SNAPSHOT</spring-data-bom .version>
47
+ <spring-data-bom .version>2025.1 .0-SNAPSHOT</spring-data-bom .version>
48
48
</properties >
49
49
</profile >
50
50
51
51
<profile >
52
52
<id >spring-data-next</id >
53
53
<properties >
54
- <spring-data-bom .version>2024.1.1 -SNAPSHOT</spring-data-bom .version>
54
+ <spring-data-bom .version>2025.0.0 -SNAPSHOT</spring-data-bom .version>
55
55
</properties >
56
56
</profile >
57
57
You can’t perform that action at this time.
0 commit comments