Skip to content

Commit

Permalink
Added changes on develop
Browse files Browse the repository at this point in the history
Signed-off-by: piyush-shukla03_infosys <[email protected]>
  • Loading branch information
piyush-shukla03_infosys committed Sep 24, 2024
1 parent 55e55ad commit 52c8ed2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mock-certify-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-core</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions mosip-identity-certify-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-core</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-integration-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sunbird-rc-certify-integration-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>io.mosip.certify</groupId>
<artifactId>certify-integration-api</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion sunbird-rc-esignet-integration-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-keymanager-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<scope>provided</scope>
<classifier>lib</classifier>
<exclusions>
Expand Down

0 comments on commit 52c8ed2

Please sign in to comment.