From b464cc4fa0114f175e45d406c6392d7bc223b8e1 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 16 Feb 2024 13:53:51 +0100 Subject: [PATCH] Prepare next development iteration. See #2354 --- pom.xml | 2 +- spring-data-rest-core/pom.xml | 2 +- spring-data-rest-distribution/pom.xml | 2 +- spring-data-rest-hal-explorer/pom.xml | 2 +- spring-data-rest-tests/pom.xml | 2 +- spring-data-rest-tests/spring-data-rest-tests-core/pom.xml | 4 ++-- spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml | 4 ++-- spring-data-rest-tests/spring-data-rest-tests-mongodb/pom.xml | 4 ++-- .../spring-data-rest-tests-security/pom.xml | 4 ++-- spring-data-rest-tests/spring-data-rest-tests-shop/pom.xml | 2 +- spring-data-rest-webmvc/pom.xml | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index dbc40ab70..f482253f2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-rest-parent - 4.2.3 + 4.2.4-SNAPSHOT pom Spring Data REST diff --git a/spring-data-rest-core/pom.xml b/spring-data-rest-core/pom.xml index 590d961df..a5d5b9bac 100644 --- a/spring-data-rest-core/pom.xml +++ b/spring-data-rest-core/pom.xml @@ -11,7 +11,7 @@ org.springframework.data spring-data-rest-parent - 4.2.3 + 4.2.4-SNAPSHOT ../pom.xml diff --git a/spring-data-rest-distribution/pom.xml b/spring-data-rest-distribution/pom.xml index 09b2e0c92..50086a596 100644 --- a/spring-data-rest-distribution/pom.xml +++ b/spring-data-rest-distribution/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-data-rest-parent - 4.2.3 + 4.2.4-SNAPSHOT ../pom.xml diff --git a/spring-data-rest-hal-explorer/pom.xml b/spring-data-rest-hal-explorer/pom.xml index a00ecd527..fcb8a95b6 100644 --- a/spring-data-rest-hal-explorer/pom.xml +++ b/spring-data-rest-hal-explorer/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-rest-parent - 4.2.3 + 4.2.4-SNAPSHOT spring-data-rest-hal-explorer diff --git a/spring-data-rest-tests/pom.xml b/spring-data-rest-tests/pom.xml index 09cd34246..2ae784a2c 100644 --- a/spring-data-rest-tests/pom.xml +++ b/spring-data-rest-tests/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-rest-parent - 4.2.3 + 4.2.4-SNAPSHOT ../pom.xml diff --git a/spring-data-rest-tests/spring-data-rest-tests-core/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-core/pom.xml index 338d14bb7..7f4360fe2 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-core/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-core/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-rest-tests - 4.2.3 + 4.2.4-SNAPSHOT ../pom.xml @@ -21,7 +21,7 @@ org.springframework.data spring-data-rest-webmvc - 4.2.3 + 4.2.4-SNAPSHOT diff --git a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml index 05e707af5..1e5da6a13 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-jpa/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-rest-tests - 4.2.3 + 4.2.4-SNAPSHOT ../pom.xml @@ -22,7 +22,7 @@ org.springframework.data spring-data-rest-tests-core - 4.2.3 + 4.2.4-SNAPSHOT test-jar diff --git a/spring-data-rest-tests/spring-data-rest-tests-mongodb/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-mongodb/pom.xml index 0fe314c03..d73031a85 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-mongodb/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-mongodb/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-rest-tests - 4.2.3 + 4.2.4-SNAPSHOT ../pom.xml @@ -21,7 +21,7 @@ org.springframework.data spring-data-rest-tests-core - 4.2.3 + 4.2.4-SNAPSHOT test-jar diff --git a/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml index 8157c82eb..ceb560613 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-security/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-rest-tests - 4.2.3 + 4.2.4-SNAPSHOT ../pom.xml @@ -22,7 +22,7 @@ org.springframework.data spring-data-rest-tests-core - 4.2.3 + 4.2.4-SNAPSHOT test-jar diff --git a/spring-data-rest-tests/spring-data-rest-tests-shop/pom.xml b/spring-data-rest-tests/spring-data-rest-tests-shop/pom.xml index 3319867cc..42e62f974 100644 --- a/spring-data-rest-tests/spring-data-rest-tests-shop/pom.xml +++ b/spring-data-rest-tests/spring-data-rest-tests-shop/pom.xml @@ -4,7 +4,7 @@ org.springframework.data spring-data-rest-tests - 4.2.3 + 4.2.4-SNAPSHOT Spring Data REST Tests - Shop spring-data-rest-tests-shop diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 80a3a6a91..68611b54c 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -12,7 +12,7 @@ org.springframework.data spring-data-rest-parent - 4.2.3 + 4.2.4-SNAPSHOT ../pom.xml