From fe43edb9432f47d6bf01f83e85ec4445f488be87 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 17 Dec 2022 18:39:28 +0300 Subject: [PATCH] v.2.3.3 --- haiti-exception/pom.xml | 2 +- haiti-utils/pom.xml | 2 +- haiti-utils/src/main/java/module-info.java | 1 + pom.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/haiti-exception/pom.xml b/haiti-exception/pom.xml index 4486ed6..b9b92db 100644 --- a/haiti-exception/pom.xml +++ b/haiti-exception/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.haiti haiti-dependencies - 2.3.2 + 2.3.3 haiti-exception diff --git a/haiti-utils/pom.xml b/haiti-utils/pom.xml index 49c77db..d504c63 100644 --- a/haiti-utils/pom.xml +++ b/haiti-utils/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.haiti haiti-dependencies - 2.3.2 + 2.3.3 Haiti Utils diff --git a/haiti-utils/src/main/java/module-info.java b/haiti-utils/src/main/java/module-info.java index eb7c508..ffe1635 100644 --- a/haiti-utils/src/main/java/module-info.java +++ b/haiti-utils/src/main/java/module-info.java @@ -1,5 +1,6 @@ module haiti.utils { exports dev.struchkov.haiti.utils; + exports dev.struchkov.haiti.utils.concurrent; exports dev.struchkov.haiti.utils.domain; requires haiti.exception; diff --git a/pom.xml b/pom.xml index 00e09b4..adc38fc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dev.struchkov.haiti haiti-dependencies - 2.3.2 + 2.3.3 pom Haiti Framework