@@ -18,10 +18,6 @@
|
|||||||
<url>https://projects.spring.io/spring-data-jdbc</url>
|
<url>https://projects.spring.io/spring-data-jdbc</url>
|
||||||
<inceptionYear>2023</inceptionYear>
|
<inceptionYear>2023</inceptionYear>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<spring-data-bom.version>2023.1.0-M2</spring-data-bom.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
20
jpa/pom.xml
20
jpa/pom.xml
@@ -31,26 +31,6 @@
|
|||||||
<module>graalvm-native</module>
|
<module>graalvm-native</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<profiles>
|
|
||||||
<profile>
|
|
||||||
<id>hibernate-53</id>
|
|
||||||
<properties>
|
|
||||||
<hibernate.version>5.3.0.Final</hibernate.version>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>java-next</id>
|
|
||||||
|
|
||||||
<activation>
|
|
||||||
<jdk>[8,14]</jdk>
|
|
||||||
</activation>
|
|
||||||
|
|
||||||
<modules>
|
|
||||||
<module>eclipselink</module>
|
|
||||||
</modules>
|
|
||||||
</profile>
|
|
||||||
</profiles>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@@ -13,7 +13,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>3.4.0</version>
|
<version>3.5.0-RC1</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
@@ -44,14 +44,14 @@
|
|||||||
<profile>
|
<profile>
|
||||||
<id>spring-data-next-releasetrain</id>
|
<id>spring-data-next-releasetrain</id>
|
||||||
<properties>
|
<properties>
|
||||||
<spring-data-bom.version>2025.0.0-SNAPSHOT</spring-data-bom.version>
|
<spring-data-bom.version>2025.1.0-SNAPSHOT</spring-data-bom.version>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>spring-data-next</id>
|
<id>spring-data-next</id>
|
||||||
<properties>
|
<properties>
|
||||||
<spring-data-bom.version>2024.1.1-SNAPSHOT</spring-data-bom.version>
|
<spring-data-bom.version>2025.0.0-SNAPSHOT</spring-data-bom.version>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user