Skip to content

Commit

Permalink
Merge pull request #265 from ase-101/release-0.10.x
Browse files Browse the repository at this point in the history
ES-842 cherry-pick : Updated Readme and pom version
  • Loading branch information
ckm007 authored Oct 4, 2024
2 parents 64ce678 + 9d7c364 commit 05f8872
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion mock-identity-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions mock-identity-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.esignet.mock</groupId>
<artifactId>esignet-mock-parent</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
</parent>

<artifactId>mock-identity-system</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>mock-identity-system</name>
Expand Down
3 changes: 3 additions & 0 deletions mock-relying-party-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
3 changes: 3 additions & 0 deletions mock-relying-party-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.esignet.mock</groupId>
<artifactId>esignet-mock-parent</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>esignet-mock</name>
<description>Parent project of MOSIP e-Signet Mock Services</description>
Expand Down

0 comments on commit 05f8872

Please sign in to comment.