diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index f4f504096e..2d1a219a38 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -81,7 +81,7 @@ jobs: sonar_analysis: needs: build-maven-pre-registration if: "${{ github.event_name != 'pull_request' }}" - uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@master-java21 + uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop with: SERVICE_LOCATION: ./pre-registration secrets: @@ -191,7 +191,7 @@ jobs: sonar_analysis_apitest_prereg: needs: build-maven-apitest-prereg if: "${{ github.event_name != 'pull_request' }}" - uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@master-java21 + uses: mosip/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop with: SERVICE_LOCATION: ./api-test secrets: @@ -201,4 +201,4 @@ jobs: OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }} OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }} GPG_SECRET: ${{ secrets.GPG_SECRET }} - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} diff --git a/README.md b/README.md index 966892e1c6..5c8346a772 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Pre-registration This repository contains the source code and design documents for MOSIP Pre-registration server. For an overview refer [here](https://docs.mosip.io/1.2.0/modules/pre-registration). The modules exposes API endpoints. For a reference front-end UI implementation refer to [Pre-registration UI github repo](https://github.com/mosip/pre-registration-ui/). Pre-registration Developers Guide [here](https://docs.mosip.io/1.2.0/modules/pre-registration/pre-registration-developer-setup) -Pre-registration module consists of the following services: +Pre-registration module consists of the following services : 1. Application 2. Booking 3. Batchjob