From 9d7c3649b9b680bf46e8fa72167c119f62835b90 Mon Sep 17 00:00:00 2001 From: ase-101 Date: Fri, 4 Oct 2024 15:01:46 +0530 Subject: [PATCH] Updated Readme and pom version Signed-off-by: ase-101 --- README.md | 3 +++ ...9.3_to_0.9.4_rollback.sql => 0.9.3_to_0.10.0_rollback.sql} | 0 ...0.9.3_to_0.9.4_upgrade.sql => 0.9.3_to_0.10.0_upgrade.sql} | 0 mock-identity-system/README.md | 2 +- mock-identity-system/pom.xml | 4 ++-- mock-relying-party-service/README.md | 3 +++ mock-relying-party-ui/README.md | 3 +++ pom.xml | 2 +- 8 files changed, 13 insertions(+), 4 deletions(-) rename db_upgrade_script/mosip_mockidentitysystem/sql/{0.9.3_to_0.9.4_rollback.sql => 0.9.3_to_0.10.0_rollback.sql} (100%) rename db_upgrade_script/mosip_mockidentitysystem/sql/{0.9.3_to_0.9.4_upgrade.sql => 0.9.3_to_0.10.0_upgrade.sql} (100%) diff --git a/README.md b/README.md index be77f9b5..b97b04fb 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,6 @@ Repository contains mock implementations for eSignet. Only for non-production us ## Partner onboarder * Perform Partner onboarding for esignet mock relying party using [steps](partner-onboarder/README.md) only if mosip-identity plugin is used. + +## License +This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE). diff --git a/db_upgrade_script/mosip_mockidentitysystem/sql/0.9.3_to_0.9.4_rollback.sql b/db_upgrade_script/mosip_mockidentitysystem/sql/0.9.3_to_0.10.0_rollback.sql similarity index 100% rename from db_upgrade_script/mosip_mockidentitysystem/sql/0.9.3_to_0.9.4_rollback.sql rename to db_upgrade_script/mosip_mockidentitysystem/sql/0.9.3_to_0.10.0_rollback.sql diff --git a/db_upgrade_script/mosip_mockidentitysystem/sql/0.9.3_to_0.9.4_upgrade.sql b/db_upgrade_script/mosip_mockidentitysystem/sql/0.9.3_to_0.10.0_upgrade.sql similarity index 100% rename from db_upgrade_script/mosip_mockidentitysystem/sql/0.9.3_to_0.9.4_upgrade.sql rename to db_upgrade_script/mosip_mockidentitysystem/sql/0.9.3_to_0.10.0_upgrade.sql diff --git a/mock-identity-system/README.md b/mock-identity-system/README.md index 2f2393fe..7163527c 100644 --- a/mock-identity-system/README.md +++ b/mock-identity-system/README.md @@ -2,7 +2,7 @@ ## About -This is the mock implementation of IDA system. +This is the mock implementation of MOSIP IDA system. Currently supports below endpoints * create-identity diff --git a/mock-identity-system/pom.xml b/mock-identity-system/pom.xml index 9b2ca072..d7d39db4 100644 --- a/mock-identity-system/pom.xml +++ b/mock-identity-system/pom.xml @@ -5,11 +5,11 @@ io.mosip.esignet.mock esignet-mock-parent - 0.9.5-SNAPSHOT + 0.10.0-SNAPSHOT mock-identity-system - 0.9.5-SNAPSHOT + 0.10.0-SNAPSHOT jar mock-identity-system diff --git a/mock-relying-party-service/README.md b/mock-relying-party-service/README.md index eea92adb..f2d92688 100644 --- a/mock-relying-party-service/README.md +++ b/mock-relying-party-service/README.md @@ -42,3 +42,6 @@ The application run on PORT=8888. ``` $ npm run devstart ``` + +## License +This project is licensed under the terms of [Mozilla Public License 2.0](../LICENSE). \ No newline at end of file diff --git a/mock-relying-party-ui/README.md b/mock-relying-party-ui/README.md index 77745017..a133fb30 100644 --- a/mock-relying-party-ui/README.md +++ b/mock-relying-party-ui/README.md @@ -67,3 +67,6 @@ The application run on PORT=5000 by default. ``` $ npm start ``` + +## License +This project is licensed under the terms of [Mozilla Public License 2.0](../LICENSE). \ No newline at end of file diff --git a/pom.xml b/pom.xml index ba2d35f1..e18d41c6 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 io.mosip.esignet.mock esignet-mock-parent - 0.9.5-SNAPSHOT + 0.10.0-SNAPSHOT pom esignet-mock Parent project of MOSIP e-Signet Mock Services