Skip to content

Commit

Permalink
Fix resolving maven openmrs plugin error
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Jan 2, 2024
1 parent 4f66ecf commit 197967d
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 @@ -235,15 +235,15 @@
<repository>
<id>openmrs-repo</id>
<name>OpenMRS Nexus Repository</name>
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
<url>https://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>openmrs-repo</id>
<name>OpenMRS Nexus Repository</name>
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
<url>https://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -258,7 +258,7 @@
</repository>
<snapshotRepository>
<id>mks-nexus</id>
<name>Mekom Nexus Snapshots</name>
<name>Mekom maven-openmrs-Nexus Snapshots</name>
<url>https://nexus.mekomsolutions.net/snapshots</url>
</snapshotRepository>
</distributionManagement>
Expand Down

0 comments on commit 197967d

Please sign in to comment.