From 0da5c67cbf46ffc63c5472bbab883ccb10c002e8 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Fri, 26 Jul 2024 08:27:29 +0200 Subject: [PATCH] Fix #309: Set develop version to 1.11.0-SNAPSHOT --- annotations/pom.xml | 2 +- audit-base/pom.xml | 2 +- bom/pom.xml | 2 +- http-common/pom.xml | 2 +- pom.xml | 2 +- rest-client-base/pom.xml | 2 +- rest-model-base/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/annotations/pom.xml b/annotations/pom.xml index 5907a57..702e0da 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.10.0 + 1.11.0-SNAPSHOT annotations diff --git a/audit-base/pom.xml b/audit-base/pom.xml index 5215551..9784f6b 100644 --- a/audit-base/pom.xml +++ b/audit-base/pom.xml @@ -6,7 +6,7 @@ io.getlime.core lime-java-core-parent - 1.10.0 + 1.11.0-SNAPSHOT audit-base diff --git a/bom/pom.xml b/bom/pom.xml index aa45a5c..11f534d 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.10.0 + 1.11.0-SNAPSHOT core-bom diff --git a/http-common/pom.xml b/http-common/pom.xml index f7d9a97..c86b762 100644 --- a/http-common/pom.xml +++ b/http-common/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.10.0 + 1.11.0-SNAPSHOT http-common diff --git a/pom.xml b/pom.xml index 402acf4..33804cf 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Wultra - Core Java Libraries io.getlime.core lime-java-core-parent - 1.10.0 + 1.11.0-SNAPSHOT pom 2017 diff --git a/rest-client-base/pom.xml b/rest-client-base/pom.xml index 19bc353..5e9cdf5 100644 --- a/rest-client-base/pom.xml +++ b/rest-client-base/pom.xml @@ -6,7 +6,7 @@ io.getlime.core lime-java-core-parent - 1.10.0 + 1.11.0-SNAPSHOT rest-client-base diff --git a/rest-model-base/pom.xml b/rest-model-base/pom.xml index 199826a..f1a98e6 100644 --- a/rest-model-base/pom.xml +++ b/rest-model-base/pom.xml @@ -6,7 +6,7 @@ io.getlime.core lime-java-core-parent - 1.10.0 + 1.11.0-SNAPSHOT rest-model-base