Skip to content

Commit

Permalink
updated pom and workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitha-sundararajan committed Sep 10, 2024
1 parent 982912c commit e4537a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Java CI with Maven

on:
pull_request:
branches: [ main ]
branches: [ Bahmni-IPD-master ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-ipd</artifactId>
<version>1.1.0</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>bahmni-ipd-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>bahmni-ipd</artifactId>
<groupId>org.bahmni.module</groupId>
<version>1.1.0</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>bahmni-ipd-omod</artifactId>
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 @@

<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-ipd</artifactId>
<version>1.1.0</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Bahmni IPD</name>
<description>Bahmni IPD module contains all backend APIs for IPD</description>
Expand Down

0 comments on commit e4537a9

Please sign in to comment.