From 43010bb4ba0988ec6d10a5561b859edc6436f517 Mon Sep 17 00:00:00 2001 From: "obed.vazquez" Date: Fri, 21 Nov 2025 15:13:33 -0600 Subject: [PATCH 1/2] fix: update groupId. It was changed by a new one and the project version was bumped to trigger the release. --- README.md | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 908b422..145a9d7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A lightweight library containing shared and generic utility classes for Java-bas ## 1) What is this repository for? ### 1.1) Quick summary -Version: `1.0.3` +Version: `1.0.4` **White_Utils** is a public Java library that provides standardized and generic utility classes to simplify common operations such as logging, formatting, and general helper functions across Java and Maven projects. It is published for public consumption and is also used as a standard within White Organization. @@ -23,9 +23,9 @@ WhiteUtils is designed to be as generic and dependency-minimal as possible so it **Add dependency (example):** ```xml - io.github.white-sdev + mx.whiteweb.sdev white-utils - 1.0.3 + 1.0.4 ``` diff --git a/pom.xml b/pom.xml index 22e33e8..ffc4323 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,9 @@ 4.0.0 - io.github.white-sdev + mx.whiteweb.sdev white-utils - 1.0.3 + 1.0.4 ${project.groupId}:${project.artifactId} A lightweight library containing shared and generic utility classes for Java-based projects. https://github.com/WhiteOrganization/white-utils From 464b6a2ca50a12d8e69154574e761ac71d9fa067 Mon Sep 17 00:00:00 2001 From: "obed.vazquez" Date: Fri, 21 Nov 2025 15:18:07 -0600 Subject: [PATCH 2/2] updated shields. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 145a9d7..957f2dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # White_Utils – Java Utility Library -[![Maven Central](https://img.shields.io/maven-central/v/io.github.white-sdev/white-utils.svg)](https://search.maven.org/artifact/io.github.white-sdev/white-utils) +[![Maven Central](https://img.shields.io/maven-central/v/mx.whiteweb.sdev/white-utils.svg)](https://search.maven.org/artifact/mx.whiteweb.sdev/white-utils) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](#)