v.2.3.3
Some checks failed
continuous-integration/drone/tag Build is failing

This commit is contained in:
Struchkov Mark 2022-12-17 18:39:28 +03:00
parent 2a6e735fb3
commit fe43edb943
4 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-dependencies</artifactId>
<version>2.3.2</version>
<version>2.3.3</version>
</parent>
<artifactId>haiti-exception</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-dependencies</artifactId>
<version>2.3.2</version>
<version>2.3.3</version>
</parent>
<name>Haiti Utils</name>

View File

@ -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;

View File

@ -6,7 +6,7 @@
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-dependencies</artifactId>
<version>2.3.2</version>
<version>2.3.3</version>
<packaging>pom</packaging>
<name>Haiti Framework</name>