Skip to content

Commit

Permalink
BAH-4062 | Fix. Use JFrog URL for OMRS Maven Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Aug 20, 2024
1 parent 1eba9ee commit 8521b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<repository>
<id>openmrs-repo</id>
<name>OpenMRS Public Repository</name>
<url>https://mavenrepo.openmrs.org/public</url>
<url>https://openmrs.jfrog.io/artifactory/public</url>
</repository>
<repository>
<id>openmrs-snapshots</id>
<name>OpenMRS Snapshot Repository</name>
<url>https://mavenrepo.openmrs.org/snapshots</url>
<url>https://openmrs.jfrog.io/artifactory/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down Expand Up @@ -85,7 +85,7 @@
<pluginRepository>
<id>openmrs-repo</id>
<name>OpenMRS Nexus Repository</name>
<url>https://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
<url>https://openmrs.jfrog.io/artifactory/nexus/content/repositories/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 8521b7b

Please sign in to comment.