Skip to content

Commit d985ea0

Browse files
[INJICERT-1144] [MOSIP-41674] Update plugin version and migration changes (mosip#381)
* Mosip 41674 migration changes (mosip#366) * [MOSIP-41674] central sonatype migration changes Signed-off-by: techno-467 <[email protected]> * [MOSIP-41674] central sonatype migration changes Signed-off-by: techno-467 <[email protected]> * [MOSIP-41674] central sonatype migration changes Signed-off-by: techno-467 <[email protected]> * [MOSIP-41674] central sonatype migration changes Signed-off-by: techno-467 <[email protected]> --------- Signed-off-by: techno-467 <[email protected]> Co-authored-by: Prafulrakhade <[email protected]> Signed-off-by: Vishwa <[email protected]> Signed-off-by: Piyush7034 <[email protected]> * [INJICERT-1144] Update plugin version to 0.5.0-SNAPSHOT Signed-off-by: Piyush7034 <[email protected]> --------- Signed-off-by: techno-467 <[email protected]> Signed-off-by: Vishwa <[email protected]> Signed-off-by: Piyush7034 <[email protected]> Co-authored-by: Praful Rakhade <[email protected]> Co-authored-by: Prafulrakhade <[email protected]> Signed-off-by: Vishwa <[email protected]> Signed-off-by: Piyush7034 <[email protected]>
1 parent c29ee0b commit d985ea0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

certify-service-with-plugins/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mosipdev/inji-certify:develop
1+
FROM mosipdev/inji-certify:release-0.12.x
22

33
ARG SOURCE
44
ARG COMMIT_HASH

certify-service-with-plugins/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737

3838
<properties>
3939
<certify-plugins.location>target</certify-plugins.location>
40-
<mock-certify-plugin.version>0.4.0</mock-certify-plugin.version>
40+
<mock-certify-plugin.version>0.5.0-SNAPSHOT</mock-certify-plugin.version>
4141
<mock-certify-plugin.fileName>mock-certify-plugin.jar</mock-certify-plugin.fileName>
42-
<mosip-identity-certify-plugin.version>0.4.0</mosip-identity-certify-plugin.version>
42+
<mosip-identity-certify-plugin.version>0.5.0-SNAPSHOT</mosip-identity-certify-plugin.version>
4343
<mosip-identity-certify-plugin.fileName>mosip-identity-certify-plugin.jar</mosip-identity-certify-plugin.fileName>
44-
<postgres-dataprovider-plugin.version>0.4.0</postgres-dataprovider-plugin.version>
44+
<postgres-dataprovider-plugin.version>0.5.0-SNAPSHOT</postgres-dataprovider-plugin.version>
4545
<postgres-dataprovider-plugin.fileName>postgres-dataprovider-plugin.jar</postgres-dataprovider-plugin.fileName>
46-
<sunbird-rc-certify-integration-plugin.version>0.4.0</sunbird-rc-certify-integration-plugin.version>
46+
<sunbird-rc-certify-integration-plugin.version>0.5.0-SNAPSHOT</sunbird-rc-certify-integration-plugin.version>
4747
<sunbird-rc-certify-integration-plugin.fileName>sunbird-rc-certify-integration-impl.jar</sunbird-rc-certify-integration-plugin.fileName>
4848
</properties>
4949
<build>

0 commit comments

Comments
 (0)