From 845e169619a48027d65061bbfe65f0e6c6702e0a Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 16 May 2025 11:50:31 +0200 Subject: [PATCH] Prepare next development iteration. See #3853 --- pom.xml | 10 +++++----- spring-data-envers/pom.xml | 4 ++-- spring-data-jpa-distribution/pom.xml | 2 +- spring-data-jpa/pom.xml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index e5fefdec2..b1d77baee 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-jpa-parent - 3.5.0 + 4.0.0-SNAPSHOT pom Spring Data JPA Parent @@ -23,7 +23,7 @@ org.springframework.data.build spring-data-parent - 3.5.0 + 4.0.0-SNAPSHOT @@ -41,7 +41,7 @@ 5.2 9.2.0 42.7.5 - 3.5.0 + 4.0.0-SNAPSHOT 0.10.3 org.hibernate @@ -173,8 +173,8 @@ - - + + diff --git a/spring-data-envers/pom.xml b/spring-data-envers/pom.xml index 40c50b701..0bdf2c8e7 100755 --- a/spring-data-envers/pom.xml +++ b/spring-data-envers/pom.xml @@ -5,12 +5,12 @@ org.springframework.data spring-data-envers - 3.5.0 + 4.0.0-SNAPSHOT org.springframework.data spring-data-jpa-parent - 3.5.0 + 4.0.0-SNAPSHOT ../pom.xml diff --git a/spring-data-jpa-distribution/pom.xml b/spring-data-jpa-distribution/pom.xml index 9f3f2ad5c..af5244a23 100644 --- a/spring-data-jpa-distribution/pom.xml +++ b/spring-data-jpa-distribution/pom.xml @@ -14,7 +14,7 @@ org.springframework.data spring-data-jpa-parent - 3.5.0 + 4.0.0-SNAPSHOT ../pom.xml diff --git a/spring-data-jpa/pom.xml b/spring-data-jpa/pom.xml index 2628916dc..bb7829dca 100644 --- a/spring-data-jpa/pom.xml +++ b/spring-data-jpa/pom.xml @@ -7,7 +7,7 @@ org.springframework.data spring-data-jpa - 3.5.0 + 4.0.0-SNAPSHOT Spring Data JPA Spring Data module for JPA repositories. @@ -16,7 +16,7 @@ org.springframework.data spring-data-jpa-parent - 3.5.0 + 4.0.0-SNAPSHOT ../pom.xml