Skip to content

Commit

Permalink
Merge pull request #1165 from rheafernandes/SB-20456
Browse files Browse the repository at this point in the history
Added Changes for pom and space in SB-20456
  • Loading branch information
amitpriyadarshi authored Aug 31, 2020
2 parents fde1c4c + d85a2d0 commit ce74ffb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion platform-jobs/samza/course-certificate-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>course-certificate-generator</artifactId>
<version>0.0.57</version>
<version>0.0.58</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ learner_service.base_url=__learner_service_base_url__
cert_service.base_url=__cert_service_base_url__
certificate.base_path=__certificate_base_path__

notification.sms.body= Congratulations! You have successfully completed your course @@TRAINING_NAME@@. You can download your certificate from the profile page of the DIKSHA portal or the DIKSHA mobile app. If you are unable to download your certificates using the mobile app, go to Google Play > DIKSHA app. Click Update, to upgrade to the latest app version.
notification.sms.body=Congratulations! You have successfully completed your course @@TRAINING_NAME@@. You can download your certificate from the profile page of the DIKSHA portal or the DIKSHA mobile app. If you are unable to download your certificates using the mobile app, go to Google Play > DIKSHA app. Click Update, to upgrade to the latest app version.
kp.content_service.base_url=__kp_content_service_base_url__
cert_reg_service.base_url=__cert_reg_service_base_url__

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ sunbird.installation=local
learner_service.base_url=https://dev.sunbirded.org/api
cert_reg_service.base_url=https://dev.sunbirded.org/api

notification.sms.body= Congratulations! You have successfully completed your course @@TRAINING_NAME@@. You can download your certificate from the profile page of the DIKSHA portal or the DIKSHA mobile app. If you are unable to download your certificates using the mobile app, go to Google Play > DIKSHA app. Click Update, to upgrade to the latest app version.
notification.sms.body=Congratulations! You have successfully completed your course @@TRAINING_NAME@@. You can download your certificate from the profile page of the DIKSHA portal or the DIKSHA mobile app. If you are unable to download your certificates using the mobile app, go to Google Play > DIKSHA app. Click Update, to upgrade to the latest app version.
notification.api.endpoint=/v2/notification
2 changes: 1 addition & 1 deletion platform-jobs/samza/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.ekstep</groupId>
<artifactId>course-certificate-generator</artifactId>
<version>0.0.57</version>
<version>0.0.58</version>
<type>tar.gz</type>
<classifier>distribution</classifier>
</dependency>
Expand Down

0 comments on commit ce74ffb

Please sign in to comment.