From 3e76af5686192323aecad1cfdee896d024b4ec17 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Fri, 8 Dec 2023 17:58:40 +0100 Subject: [PATCH] Fix #248: Set release version to 1.8.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 9487c32..ba7f01a 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.8.0-SNAPSHOT + 1.8.0 annotations diff --git a/audit-base/pom.xml b/audit-base/pom.xml index f767ab6..5bc1429 100644 --- a/audit-base/pom.xml +++ b/audit-base/pom.xml @@ -6,7 +6,7 @@ io.getlime.core lime-java-core-parent - 1.8.0-SNAPSHOT + 1.8.0 audit-base diff --git a/bom/pom.xml b/bom/pom.xml index 83437c7..5bd68f3 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.8.0-SNAPSHOT + 1.8.0 core-bom diff --git a/http-common/pom.xml b/http-common/pom.xml index c53e75b..31b6126 100644 --- a/http-common/pom.xml +++ b/http-common/pom.xml @@ -7,7 +7,7 @@ io.getlime.core lime-java-core-parent - 1.8.0-SNAPSHOT + 1.8.0 http-common diff --git a/pom.xml b/pom.xml index ba93e64..68e55bb 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Wultra - Core Java Libraries io.getlime.core lime-java-core-parent - 1.8.0-SNAPSHOT + 1.8.0 pom 2017 diff --git a/rest-client-base/pom.xml b/rest-client-base/pom.xml index 2773afd..4539fb6 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.8.0-SNAPSHOT + 1.8.0 rest-client-base diff --git a/rest-model-base/pom.xml b/rest-model-base/pom.xml index cb89b04..015e291 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.8.0-SNAPSHOT + 1.8.0 rest-model-base