Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES-842 cherry-pick : Updated Readme and pom version #265

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading