Skip to content

Commit

Permalink
Merge pull request #44 from jecihjoy/module-deploy
Browse files Browse the repository at this point in the history
Update nexus url for module publishing
  • Loading branch information
RAJABIBRAZ authored Jan 3, 2024
2 parents 069625d + a7b4237 commit c5e75e5
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,17 +250,16 @@
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>mks-nexus</id>
<name>Mekom Nexus Releases</name>
<url>https://nexus.mekomsolutions.net/releases</url>
</repository>
<snapshotRepository>
<id>mks-nexus</id>
<name>Mekom maven-openmrs-Nexus Snapshots</name>
<url>https://nexus.mekomsolutions.net/snapshots</url>
</snapshotRepository>
<distributionManagement>
<repository>
<id>mks-repo</id>
<name>Mekom Solutions Nexus Releases</name>
<url>https://nexus.mekomsolutions.net/repository/maven-releases</url>
</repository>
<snapshotRepository>
<id>mks-repo-snapshots</id>
<name>Mekom Solutions Nexus Snapshots</name>
<url>https://nexus.mekomsolutions.net/repository/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit c5e75e5

Please sign in to comment.