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/** 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