Skip to content

Commit

Permalink
[Fix] BAH-3118 | added bahmni maven repository
Browse files Browse the repository at this point in the history
Co-authored-by: Umair Fayaz <omayrfayaz@gmail.com>
  • Loading branch information
kavitha-sundararajan and umair-fayaz committed Jul 24, 2023
1 parent d43fe3b commit e897a75
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
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
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,19 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>repo.mybahmni.org</id>
<name>bahmni-artifactory-snapshots</name>
<url>https://repo.mybahmni.org.s3.amazonaws.com/artifactory/snapshot</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<repository>
<id>repo.mybahmni.org-release</id>
<name>bahmni-artifactory-release</name>
<url>https://repo.mybahmni.org.s3.amazonaws.com/artifactory/release</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit e897a75

Please sign in to comment.