From d67b45d30f956f0be7c41c58cfecccf39b42ae16 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Tue, 25 Jun 2024 09:04:07 +0200 Subject: [PATCH] Fix #308: Set release version to 1.10.0 --- 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 05a18b8..5907a57 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.10.0-SNAPSHOT + 1.10.0 annotations diff --git a/audit-base/pom.xml b/audit-base/pom.xml index ba80b85..5215551 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-SNAPSHOT + 1.10.0 audit-base diff --git a/bom/pom.xml b/bom/pom.xml index 44e0ed4..aa45a5c 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.10.0-SNAPSHOT + 1.10.0 core-bom diff --git a/http-common/pom.xml b/http-common/pom.xml index b27c9ca..f7d9a97 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-SNAPSHOT + 1.10.0 http-common diff --git a/pom.xml b/pom.xml index 8dfcc9e..269f3fa 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-SNAPSHOT + 1.10.0 pom 2017 diff --git a/rest-client-base/pom.xml b/rest-client-base/pom.xml index ddcfbb3..19bc353 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-SNAPSHOT + 1.10.0 rest-client-base diff --git a/rest-model-base/pom.xml b/rest-model-base/pom.xml index a4a05ae..199826a 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-SNAPSHOT + 1.10.0 rest-model-base