Skip to content

Commit

Permalink
[INJICERT-421] moving changes from feature branch to release
Browse files Browse the repository at this point in the history
Signed-off-by: piyush-shukla03_infosys <piyush.shukla03@infosys.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
  • Loading branch information
piyush-shukla03_infosys authored and vharsh committed Sep 9, 2024
1 parent 3a8143d commit 16a51e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ All these artifacts are released as a part of the Mosip Release with some of the
## Deployment in K8 cluster with other MOSIP services:
### Pre-requisites
* Set KUBECONFIG variable to point to existing K8 cluster kubeconfig file:
* ```
export KUBECONFIG=~/.kube/<my-cluster.config>
```
* ```
export KUBECONFIG=~/.kube/<my-cluster.config>
```
### Install
```
$ cd deploy
Expand Down
8 changes: 4 additions & 4 deletions artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,22 @@
<esignet-ida-wrapper.version>1.2.0.1</esignet-ida-wrapper.version>
<esignet-ida-wrapper.fileName>esignet-ida-wrapper.jar</esignet-ida-wrapper.fileName>
<!-- esignet sunbird wrapper -->
<esignet-digital-credential-wrapper.version>0.1.0</esignet-digital-credential-wrapper.version>
<esignet-digital-credential-wrapper.version>0.2.1-SNAPSHOT</esignet-digital-credential-wrapper.version>
<esignet-digital-credential-wrapper.fileName>sunbird-rc-esignet-integration-impl.jar</esignet-digital-credential-wrapper.fileName>
<!-- latest mock-sdk -->
<mock-sdk-latest.version>1.2.0.1-B4</mock-sdk-latest.version>

<!-- certify sunbird plugin -->
<certify-plugin.location>/usr/share/nginx/html/artifactory/libs-release-local/certify/certify-plugin</certify-plugin.location>
<certify-sunbird-plugin.version>0.2.0</certify-sunbird-plugin.version>
<certify-sunbird-plugin.version>0.2.1-SNAPSHOT</certify-sunbird-plugin.version>
<certify-sunbird-plugin.fileName>certify-sunbird-plugin.jar</certify-sunbird-plugin.fileName>
<!-- certify mosip identity plugin -->
<certify-plugin.location>/usr/share/nginx/html/artifactory/libs-release-local/certify/certify-plugin</certify-plugin.location>
<certify-mosip-identity-plugin.version>0.2.0</certify-mosip-identity-plugin.version>
<certify-mosip-identity-plugin.version>0.2.1-SNAPSHOT</certify-mosip-identity-plugin.version>
<certify-mosip-identity-plugin.fileName>certify-mosip-identity-plugin.jar</certify-mosip-identity-plugin.fileName>
<!-- certify mock plugin -->
<certify-plugin.location>/usr/share/nginx/html/artifactory/libs-release-local/certify/certify-plugin</certify-plugin.location>
<certify-mock-plugin.version>0.2.0</certify-mock-plugin.version>
<certify-mock-plugin.version>0.2.1-SNAPSHOT</certify-mock-plugin.version>
<certify-mock-plugin.fileName>certify-mock-identity-plugin.jar</certify-mock-plugin.fileName>
</properties>

Expand Down

0 comments on commit 16a51e6

Please sign in to comment.