From bcbab6285bee30f9317afe7acc0255e7c208bfde Mon Sep 17 00:00:00 2001 From: RWS Artifact Publishers Date: Sat, 1 Jul 2023 10:37:57 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- odata_api/pom.xml | 2 +- odata_assembly/pom.xml | 2 +- odata_checkstyle/pom.xml | 4 ++-- odata_client/pom.xml | 2 +- odata_client_api/pom.xml | 2 +- odata_client_tracing/pom.xml | 2 +- odata_common/pom.xml | 2 +- odata_controller/pom.xml | 2 +- odata_edm/pom.xml | 2 +- odata_parser/pom.xml | 2 +- odata_processor/pom.xml | 2 +- odata_renderer/pom.xml | 2 +- odata_service/pom.xml | 2 +- odata_test/pom.xml | 2 +- odata_war/pom.xml | 2 +- odata_webservice/pom.xml | 2 +- pom.xml | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/odata_api/pom.xml b/odata_api/pom.xml index e3b98db3..36c0df7b 100644 --- a/odata_api/pom.xml +++ b/odata_api/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_api diff --git a/odata_assembly/pom.xml b/odata_assembly/pom.xml index e561e3ca..d2c28b8a 100644 --- a/odata_assembly/pom.xml +++ b/odata_assembly/pom.xml @@ -20,7 +20,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT 4.0.0 diff --git a/odata_checkstyle/pom.xml b/odata_checkstyle/pom.xml index f27dcce8..d9673222 100644 --- a/odata_checkstyle/pom.xml +++ b/odata_checkstyle/pom.xml @@ -22,11 +22,11 @@ com.sdl odata - 2.11.1 + 2.11-SNAPSHOT odata_checkstyle - 2.11.1 + 2.11-SNAPSHOT jar OData Checkstyle diff --git a/odata_client/pom.xml b/odata_client/pom.xml index 6ab48bd4..9597696f 100644 --- a/odata_client/pom.xml +++ b/odata_client/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_client diff --git a/odata_client_api/pom.xml b/odata_client_api/pom.xml index cde9ba8f..458b859c 100644 --- a/odata_client_api/pom.xml +++ b/odata_client_api/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_client_api diff --git a/odata_client_tracing/pom.xml b/odata_client_tracing/pom.xml index f74c7b00..75dede5f 100644 --- a/odata_client_tracing/pom.xml +++ b/odata_client_tracing/pom.xml @@ -20,7 +20,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT 4.0.0 diff --git a/odata_common/pom.xml b/odata_common/pom.xml index 302709e2..22b68dab 100644 --- a/odata_common/pom.xml +++ b/odata_common/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_common diff --git a/odata_controller/pom.xml b/odata_controller/pom.xml index 5a8dc433..cd523633 100644 --- a/odata_controller/pom.xml +++ b/odata_controller/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_controller diff --git a/odata_edm/pom.xml b/odata_edm/pom.xml index e2c40c00..2ca691b3 100644 --- a/odata_edm/pom.xml +++ b/odata_edm/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_edm diff --git a/odata_parser/pom.xml b/odata_parser/pom.xml index 186723e8..61dce992 100644 --- a/odata_parser/pom.xml +++ b/odata_parser/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_parser diff --git a/odata_processor/pom.xml b/odata_processor/pom.xml index 99726d44..aa4da663 100644 --- a/odata_processor/pom.xml +++ b/odata_processor/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_processor diff --git a/odata_renderer/pom.xml b/odata_renderer/pom.xml index 82dda818..dda10103 100644 --- a/odata_renderer/pom.xml +++ b/odata_renderer/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_renderer diff --git a/odata_service/pom.xml b/odata_service/pom.xml index bbb290d1..de887477 100644 --- a/odata_service/pom.xml +++ b/odata_service/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_service diff --git a/odata_test/pom.xml b/odata_test/pom.xml index cd3cb4aa..827a406d 100644 --- a/odata_test/pom.xml +++ b/odata_test/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_test diff --git a/odata_war/pom.xml b/odata_war/pom.xml index 93245446..a9f25ec7 100644 --- a/odata_war/pom.xml +++ b/odata_war/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_war diff --git a/odata_webservice/pom.xml b/odata_webservice/pom.xml index e3f5c966..923957de 100644 --- a/odata_webservice/pom.xml +++ b/odata_webservice/pom.xml @@ -22,7 +22,7 @@ odata com.sdl - 2.11.1 + 2.11-SNAPSHOT odata_webservice diff --git a/pom.xml b/pom.xml index 25623348..08a6efd3 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ com.sdl odata - 2.11.1 + 2.11-SNAPSHOT pom Tridion OData v4 Framework