From 5203e358091585b3098ab7695f4a755023e0b48d Mon Sep 17 00:00:00 2001 From: Prafulrakhade Date: Sun, 21 Dec 2025 10:54:18 +0000 Subject: [PATCH 1/2] Updated Pom versions for release changes Signed-off-by: GitHub --- README.md | 2 +- demosdk/pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a53f56b..ebc07d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MOSIP Demo SDK -[![Maven Package upon a push](https://github.com/mosip/demosdk/actions/workflows/push-trigger.yml/badge.svg?branch=master)](https://github.com/mosip/demosdk/actions/workflows/push-trigger.yml) +[![Maven Package upon a push](https://github.com/mosip/demosdk/actions/workflows/push-trigger.yml/badge.svg?branch=release-1.3.x)](https://github.com/mosip/demosdk/actions/workflows/push-trigger.yml) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure&project=mosip_demosdk&metric=alert_status)](https://sonarcloud.io/dashboard&id=mosip_demosdk) ## Overview diff --git a/demosdk/pom.xml b/demosdk/pom.xml index 89c3f74..bdfe489 100644 --- a/demosdk/pom.xml +++ b/demosdk/pom.xml @@ -13,7 +13,7 @@ demosdk io.mosip.demosdk - 1.3.0-SNAPSHOT + 1.3.0 demosdk-client Sample implementation of demo SDK client @@ -50,7 +50,7 @@ UTF-8 - 1.3.0-SNAPSHOT + 1.3.0 3.0.2 3.8.0 2.8.1 @@ -63,9 +63,9 @@ 0.8.11 0.7.0 - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT - 1.3.0-SNAPSHOT + 1.3.0 + 1.3.0 + 1.3.0 3.5.4 **/config/** **/config/** From 8d183f19968afa59d58be93fe418a601efd7f1d1 Mon Sep 17 00:00:00 2001 From: amanbh321 Date: Thu, 7 May 2026 09:07:04 +0000 Subject: [PATCH 2/2] [MOSIP-44867] Fix duplicate licenses folder path issue Signed-off-by: amanbh321 --- {licenses => licenses}/Apache-2.0.txt | 0 {licenses => licenses}/MIT.txt | 0 {licenses => licenses}/MPL-2.0.txt | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {licenses => licenses}/Apache-2.0.txt (100%) rename {licenses => licenses}/MIT.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 /MIT.txt b/licenses/MIT.txt similarity index 100% rename from licenses /MIT.txt rename to licenses/MIT.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