Skip to content

Commit

Permalink
Merge pull request #655 from bcgov/grad-release
Browse files Browse the repository at this point in the history
Grad release 1.17.0
  • Loading branch information
githubmamatha authored Apr 8, 2024
2 parents 3855512 + 5030f3d commit c054963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>ca.bc.gov.educ</groupId>
<artifactId>educ-grad-report-api</artifactId>
<name>educ-grad-report-api</name>
<version>1.8.59</version>
<version>1.8.60</version>
<description>Ministry of Education and Child Care REPORT API</description>

<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Marcus Toneatto', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='053';
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Paul Block', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='062';
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Jill Jensen', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='064';
UPDATE DIGITAL_SIGNATURE SET DIGITAL_SIGNATURE_NAME='Jennifer Wray', UPDATE_USER = 'GRAD_REPORT_API', UPDATE_DATE = SYSTIMESTAMP WHERE DIGITAL_SIGNATURE_CODE='MOE_ADM';

0 comments on commit c054963

Please sign in to comment.