From 3c433daa6b461e1e42d0cf1a5945b2b9f7b6e10c Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 5 May 2024 17:02:34 +0600 Subject: [PATCH] fix in artifact name of colors --- docs/micro_utils/colors.md | 6 +++--- docs/micro_utils/colors.template.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/micro_utils/colors.md b/docs/micro_utils/colors.md index dcf3bb7..7bec20d 100644 --- a/docs/micro_utils/colors.md +++ b/docs/micro_utils/colors.md @@ -1,12 +1,12 @@ -# Colors [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/colors.common/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/colors.common) +# Colors [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/micro_utils.colors.common/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/micro_utils.colors.common) * `Group`: `dev.inmo` -* `ArtifactId`: `colors.common` +* `ArtifactId`: `micro_utils.colors.common` Adding dependency: ```groovy -implementation "dev.inmo:colors.common:latest" +implementation "dev.inmo:micro_utils.colors.common:latest" ``` > INFO: diff --git a/docs/micro_utils/colors.template.md b/docs/micro_utils/colors.template.md index 7884a1e..58f3f9c 100644 --- a/docs/micro_utils/colors.template.md +++ b/docs/micro_utils/colors.template.md @@ -1,5 +1,5 @@ group=dev.inmo -artifact=colors.common +artifact=micro_utils.colors.common package=$group.$artifact central_package=$group/$artifact