From a60d660a1c4a4e9d667fa3e0e9853159bb2e10ba Mon Sep 17 00:00:00 2001 From: techno-467 Date: Thu, 21 Dec 2023 18:55:33 +0530 Subject: [PATCH 1/2] [DSD-3932] removed release-changes.yml, tag.yml and updated push-trigger.yml file Signed-off-by: techno-467 --- .github/workflows/push-trigger.yml | 4 +-- .github/workflows/release-changes.yml | 29 ---------------------- .github/workflows/tag.yaml | 35 --------------------------- 3 files changed, 2 insertions(+), 66 deletions(-) delete mode 100644 .github/workflows/release-changes.yml delete mode 100644 .github/workflows/tag.yaml diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index a1efca229a..f68c5697bb 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -4,7 +4,7 @@ on: release: types: [published] pull_request: - types: [opened] + types: [opened, reopened, synchronize] workflow_dispatch: inputs: message: @@ -34,7 +34,7 @@ jobs: GPG_SECRET: ${{ secrets.GPG_SECRET }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} publish_to_nexus_kernel: - if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' }}" + if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}" needs: build-maven-kernel uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master with: diff --git a/.github/workflows/release-changes.yml b/.github/workflows/release-changes.yml deleted file mode 100644 index 93d86cbab9..0000000000 --- a/.github/workflows/release-changes.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Release/pre-release Preparation. - -on: - workflow_dispatch: - inputs: - MESSAGE: - description: 'Triggered for release or pe-release' - required: false - default: 'Release Preparation' - RELEASE_TAG: - description: 'tag to update' - required: true - SNAPSHOT_TAG: - description: 'tag to be replaced' - required: true - BASE: - description: 'base branch for PR' - required: true -jobs: - maven-release-preparation: - uses: mosip/kattu/.github/workflows/release-changes.yml@master - with: - MESSAGE: ${{ inputs.MESSAGE }} - RELEASE_TAG: ${{ inputs.RELEASE_TAG }} - SNAPSHOT_TAG: ${{ inputs.SNAPSHOT_TAG }} - BASE: ${{ inputs.BASE }} - secrets: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} - ACTION_PAT: ${{ secrets.ACTION_PAT } \ No newline at end of file diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml deleted file mode 100644 index 9a5b079ffd..0000000000 --- a/.github/workflows/tag.yaml +++ /dev/null @@ -1,35 +0,0 @@ -name: Tagging of repos - -on: - workflow_dispatch: - inputs: - TAG: - description: 'Tag to be published' - required: true - type: string - BODY: - description: 'Release body message' - required: true - default: 'Changes in this Release' - type: string - PRE_RELEASE: - description: 'Pre-release? True/False' - required: true - default: False - type: string - DRAFT: - description: 'Draft? True/False' - required: false - default: False - type: string - -jobs: - tag-branch: - uses: mosip/kattu/.github/workflows/tag.yml@master - with: - TAG: ${{ inputs.TAG }} - BODY: ${{ inputs.BODY }} - PRE_RELEASE: ${{ inputs.PRE_RELEASE }} - DRAFT: ${{ inputs.DRAFT }} - secrets: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} \ No newline at end of file From 5fbc1959bc366ec75822c39ca4e8517335233217 Mon Sep 17 00:00:00 2001 From: techno-467 Date: Mon, 22 Jan 2024 12:45:02 +0530 Subject: [PATCH 2/2] [DSD-4270] updated pom version as 1.2.0.1-SNAPSHOT Signed-off-by: techno-467 --- authentication/authentication-childauthfilter-impl/pom.xml | 4 ++-- authentication/pom.xml | 2 +- cache-provider-hazelcast/pom.xml | 2 +- cache-provider-redis/pom.xml | 2 +- kernel/kernel-ref-idobjectvalidator/pom.xml | 2 +- kernel/kernel-virusscanner-clamav/pom.xml | 2 +- kernel/pom.xml | 2 +- pre-registration-booking-service/pom.xml | 2 +- .../pom.xml | 4 ++-- .../registration-processor-external-stage/pom.xml | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/authentication/authentication-childauthfilter-impl/pom.xml b/authentication/authentication-childauthfilter-impl/pom.xml index b6097518b8..c8b3ce6272 100644 --- a/authentication/authentication-childauthfilter-impl/pom.xml +++ b/authentication/authentication-childauthfilter-impl/pom.xml @@ -4,9 +4,9 @@ io.mosip.authentication authentication-ref-impl-parent - 1.2.0.1-B2 + 1.2.0.1-SNAPSHOT - 1.2.0.1-B2 + 1.2.0.1-SNAPSHOT authentication-childauthfilter-impl authentication-childauthfilter-impl ID Authentication Filter reference Implementation to check allowed auth types for child diff --git a/authentication/pom.xml b/authentication/pom.xml index 508eedd71c..ba07d66016 100644 --- a/authentication/pom.xml +++ b/authentication/pom.xml @@ -5,7 +5,7 @@ io.mosip.authentication authentication-ref-impl-parent - 1.2.0.1-B2 + 1.2.0.1-SNAPSHOT pom id-authentication Reference Impl Parent diff --git a/cache-provider-hazelcast/pom.xml b/cache-provider-hazelcast/pom.xml index a77b57de72..7f3076e469 100644 --- a/cache-provider-hazelcast/pom.xml +++ b/cache-provider-hazelcast/pom.xml @@ -6,7 +6,7 @@ io.mosip.cacheprovider cache-provider-hazelcast - 1.2.0.1-B2 + 1.2.0.1-SNAPSHOT diff --git a/cache-provider-redis/pom.xml b/cache-provider-redis/pom.xml index 8e2fcbaaec..6724d2c2b1 100644 --- a/cache-provider-redis/pom.xml +++ b/cache-provider-redis/pom.xml @@ -6,7 +6,7 @@ io.mosip.cacheprovider cache-provider-redis - 1.2.0.1-B1 + 1.2.0.1-SNAPSHOT diff --git a/kernel/kernel-ref-idobjectvalidator/pom.xml b/kernel/kernel-ref-idobjectvalidator/pom.xml index 38de089746..ea8143906a 100644 --- a/kernel/kernel-ref-idobjectvalidator/pom.xml +++ b/kernel/kernel-ref-idobjectvalidator/pom.xml @@ -4,7 +4,7 @@ io.mosip.kernel kernel-ref-parent - 1.2.0.1-B2 + 1.2.0.1-SNAPSHOT kernel-ref-idobjectvalidator diff --git a/kernel/kernel-virusscanner-clamav/pom.xml b/kernel/kernel-virusscanner-clamav/pom.xml index 2952575406..28c9bd02ff 100644 --- a/kernel/kernel-virusscanner-clamav/pom.xml +++ b/kernel/kernel-virusscanner-clamav/pom.xml @@ -6,7 +6,7 @@ io.mosip.kernel kernel-ref-parent - 1.2.0.1-B2 + 1.2.0.1-SNAPSHOT kernel-virusscanner-clamav diff --git a/kernel/pom.xml b/kernel/pom.xml index be35d3d898..c2aa003617 100644 --- a/kernel/pom.xml +++ b/kernel/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.mosip.kernel kernel-ref-parent - 1.2.0.1-B2 + 1.2.0.1-SNAPSHOT pom kernel Parent project of MOSIP Kernel Referernce Implementation components diff --git a/pre-registration-booking-service/pom.xml b/pre-registration-booking-service/pom.xml index 50b7eca15f..d045b08908 100644 --- a/pre-registration-booking-service/pom.xml +++ b/pre-registration-booking-service/pom.xml @@ -12,7 +12,7 @@ io.mosip.preregistration pre-registration-booking-service - 1.2.0.1-B2 + 1.2.0.1-SNAPSHOT pre-registration-booking-service Booking service of MOSIP Pre-registration https://github.com/mosip/mosip-ref-impl diff --git a/registration-processor/registration-processor-external-integration-service/pom.xml b/registration-processor/registration-processor-external-integration-service/pom.xml index 9d7f762d86..c12d2a1849 100644 --- a/registration-processor/registration-processor-external-integration-service/pom.xml +++ b/registration-processor/registration-processor-external-integration-service/pom.xml @@ -5,10 +5,10 @@ io.mosip.registrationprocessor pre-processor - 1.2.0.1-B3 + 1.2.0.1-SNAPSHOT registration-processor-external-integration-service - 1.2.0.1-B3 + 1.2.0.1-SNAPSHOT MPL 2.0 diff --git a/registration-processor/registration-processor-external-stage/pom.xml b/registration-processor/registration-processor-external-stage/pom.xml index b9cb0894e0..c1c73fc8cc 100644 --- a/registration-processor/registration-processor-external-stage/pom.xml +++ b/registration-processor/registration-processor-external-stage/pom.xml @@ -5,11 +5,11 @@ io.mosip.registrationprocessor pre-processor - 1.2.0.1-B3 + 1.2.0.1-SNAPSHOT registration-processor-external-stage - 1.2.0.1-B3 + 1.2.0.1-SNAPSHOT MPL 2.0