From 36193b5a78719d3038e9bf203c0a7cb7a4a0edea Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Wed, 2 Oct 2024 07:42:52 +0200 Subject: [PATCH] Fix #327: Set develop version to 1.12.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 fb7fe9c..2edb9ec 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.11.0 + 1.12.0-SNAPSHOT annotations diff --git a/audit-base/pom.xml b/audit-base/pom.xml index 4cd56a8..84263b6 100644 --- a/audit-base/pom.xml +++ b/audit-base/pom.xml @@ -6,7 +6,7 @@ io.getlime.core lime-java-core-parent - 1.11.0 + 1.12.0-SNAPSHOT audit-base diff --git a/bom/pom.xml b/bom/pom.xml index 00301f5..c9cca6f 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.11.0 + 1.12.0-SNAPSHOT core-bom diff --git a/http-common/pom.xml b/http-common/pom.xml index e7a65ec..6827669 100644 --- a/http-common/pom.xml +++ b/http-common/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.11.0 + 1.12.0-SNAPSHOT http-common diff --git a/pom.xml b/pom.xml index f652dd7..03a503d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Wultra - Core Java Libraries io.getlime.core lime-java-core-parent - 1.11.0 + 1.12.0-SNAPSHOT pom 2017 diff --git a/rest-client-base/pom.xml b/rest-client-base/pom.xml index d148272..da1323b 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.11.0 + 1.12.0-SNAPSHOT rest-client-base diff --git a/rest-model-base/pom.xml b/rest-model-base/pom.xml index 5c28381..45bc586 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.11.0 + 1.12.0-SNAPSHOT rest-model-base