Skip to content

Commit

Permalink
[MOSIP-29931] otp manager security fix release 1.2.0.1 4 (#10)
Browse files Browse the repository at this point in the history
* Removed unwanted build of other modules

Signed-off-by: Loganathan Sekar <[email protected]>

* Updated versions to 1.2.0.1-B3-SNAPSHOT

Signed-off-by: Loganathan Sekar <[email protected]>

* [MOSIP-29931] Update push-trigger.yml

Signed-off-by: Keshav Mishra <[email protected]>

---------

Signed-off-by: Loganathan Sekar <[email protected]>
Signed-off-by: Keshav Mishra <[email protected]>
Co-authored-by: Loganathan Sekar <[email protected]>
Co-authored-by: Keshav Mishra <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2023
1 parent 7668905 commit b474fd6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- MOSIP*

jobs:
build-commons:
build-otpmanager:
uses: mosip/kattu/.github/workflows/maven-build.yml@master
with:
SERVICE_LOCATION: ./
Expand All @@ -36,7 +36,7 @@ jobs:

publish_to_nexus:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' }}"
needs: build-commons
needs: build-otpmanager
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master
with:
SERVICE_LOCATION: ./
Expand All @@ -49,7 +49,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

sonar_analysis:
needs: build-commons
needs: build-otpmanager
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master
with:
Expand All @@ -64,7 +64,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

build-dockers:
needs: build-commons
needs: build-otpmanager
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion kernel/kernel-otpmanager-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.mosip.kernel</groupId>

<artifactId>kernel-otpmanager-service</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down
2 changes: 1 addition & 1 deletion kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3-SNAPSHOT</version>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip</groupId>
<artifactId>commons</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1-B3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>MOSIP Commons Parent POM</name>
Expand Down

0 comments on commit b474fd6

Please sign in to comment.