From 5b4a4d949026a970e2aa7ce2f18daaaed28425c7 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 13 May 2022 10:43:58 +0200 Subject: [PATCH] Release version 3.0 M4 (2022.0.0). See #2471 --- pom.xml | 2 +- spring-data-envers/pom.xml | 4 ++-- spring-data-jpa-distribution/pom.xml | 2 +- spring-data-jpa/pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4429d32f0..e037b2a77 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ spring-data-jpa-parent - 3.0.0-SNAPSHOT + 3.0.0-M4 pom diff --git a/spring-data-envers/pom.xml b/spring-data-envers/pom.xml index 8e2de43f5..7a320279a 100755 --- a/spring-data-envers/pom.xml +++ b/spring-data-envers/pom.xml @@ -5,12 +5,12 @@ org.springframework.data spring-data-envers - 3.0.0-SNAPSHOT + 3.0.0-M4 org.springframework.data spring-data-jpa-parent - 3.0.0-SNAPSHOT + 3.0.0-M4 ../pom.xml diff --git a/spring-data-jpa-distribution/pom.xml b/spring-data-jpa-distribution/pom.xml index bba857167..7fcb17ce4 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.0.0-SNAPSHOT + 3.0.0-M4 ../pom.xml diff --git a/spring-data-jpa/pom.xml b/spring-data-jpa/pom.xml index ba9220cc2..7c5ef3548 100644 --- a/spring-data-jpa/pom.xml +++ b/spring-data-jpa/pom.xml @@ -6,7 +6,7 @@ org.springframework.data spring-data-jpa - 3.0.0-SNAPSHOT + 3.0.0-M4 Spring Data JPA Spring Data module for JPA repositories. @@ -15,7 +15,7 @@ org.springframework.data spring-data-jpa-parent - 3.0.0-SNAPSHOT + 3.0.0-M4 ../pom.xml