From 5a39dcca9e0192e67e390f54763418ab4e52a0fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Dec 2025 16:10:50 +0000 Subject: [PATCH 1/2] Update README badges to reflect default branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 954f6e0459..817e2c7e71 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Maven Package upon a push](https://github.com/mosip/bio-utils/actions/workflows/push-trigger.yml/badge.svg?branch=release-1.3.x)](https://github.com/mosip/bio-utils/actions/workflows/push-trigger.yml) -[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=release-1.3.x&project=mosip_biometrics-util&metric=alert_status)](https://sonarcloud.io/dashboard?branch=release-1.3.x&id=mosip_biometrics-util) +[![Maven Package upon a push](https://github.com/mosip/bio-utils/actions/workflows/push-trigger.yml/badge.svg?branch=master)](https://github.com/mosip/bio-utils/actions/workflows/push-trigger.yml) +[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?branch=master)](https://sonarcloud.io/dashboard?branch=master) # Bio Utils From d3e08a308f4e34813f16acb7f6579f54b977bf5f Mon Sep 17 00:00:00 2001 From: amanbh321 Date: Thu, 7 May 2026 10:44:52 +0000 Subject: [PATCH 2/2] [MOSIP-44867] Fix duplicate licenses folder path issue Signed-off-by: amanbh321 --- {licenses => licenses}/Apache-2.0.txt | 0 .../BSD-3-Clause-No-Nuclear-License.txt\342\200\216" | 0 {licenses => licenses}/BSD-3-Clause.txt | 0 {licenses => licenses}/EPL-1.0.txt | 0 .../EPL-2.0.txt\342\200\216" | 0 .../LGPL-3.0.txt\342\200\216" | 0 {licenses => licenses}/MIT.txt | 0 {licenses => licenses}/MOZILLA-2.0.txt | 0 {licenses => licenses}/MPL-2.0.txt | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {licenses => licenses}/Apache-2.0.txt (100%) rename "licenses /BSD-3-Clause-No-Nuclear-License.txt\342\200\216" => "licenses/BSD-3-Clause-No-Nuclear-License.txt\342\200\216" (100%) rename {licenses => licenses}/BSD-3-Clause.txt (100%) rename {licenses => licenses}/EPL-1.0.txt (100%) rename "licenses /EPL-2.0.txt\342\200\216" => "licenses/EPL-2.0.txt\342\200\216" (100%) rename "licenses /LGPL-3.0.txt\342\200\216" => "licenses/LGPL-3.0.txt\342\200\216" (100%) rename {licenses => licenses}/MIT.txt (100%) rename {licenses => licenses}/MOZILLA-2.0.txt (100%) rename {licenses => licenses}/MPL-2.0.txt (100%) diff --git a/licenses /Apache-2.0.txt b/licenses/Apache-2.0.txt similarity index 100% rename from licenses /Apache-2.0.txt rename to licenses/Apache-2.0.txt diff --git "a/licenses /BSD-3-Clause-No-Nuclear-License.txt\342\200\216" "b/licenses/BSD-3-Clause-No-Nuclear-License.txt\342\200\216" similarity index 100% rename from "licenses /BSD-3-Clause-No-Nuclear-License.txt\342\200\216" rename to "licenses/BSD-3-Clause-No-Nuclear-License.txt\342\200\216" diff --git a/licenses /BSD-3-Clause.txt b/licenses/BSD-3-Clause.txt similarity index 100% rename from licenses /BSD-3-Clause.txt rename to licenses/BSD-3-Clause.txt diff --git a/licenses /EPL-1.0.txt b/licenses/EPL-1.0.txt similarity index 100% rename from licenses /EPL-1.0.txt rename to licenses/EPL-1.0.txt diff --git "a/licenses /EPL-2.0.txt\342\200\216" "b/licenses/EPL-2.0.txt\342\200\216" similarity index 100% rename from "licenses /EPL-2.0.txt\342\200\216" rename to "licenses/EPL-2.0.txt\342\200\216" diff --git "a/licenses /LGPL-3.0.txt\342\200\216" "b/licenses/LGPL-3.0.txt\342\200\216" similarity index 100% rename from "licenses /LGPL-3.0.txt\342\200\216" rename to "licenses/LGPL-3.0.txt\342\200\216" diff --git a/licenses /MIT.txt b/licenses/MIT.txt similarity index 100% rename from licenses /MIT.txt rename to licenses/MIT.txt diff --git a/licenses /MOZILLA-2.0.txt b/licenses/MOZILLA-2.0.txt similarity index 100% rename from licenses /MOZILLA-2.0.txt rename to licenses/MOZILLA-2.0.txt diff --git a/licenses /MPL-2.0.txt b/licenses/MPL-2.0.txt similarity index 100% rename from licenses /MPL-2.0.txt rename to licenses/MPL-2.0.txt