Skip to content

Commit

Permalink
Update nexus repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Jan 4, 2024
1 parent a8863db commit b2ff29d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -421,14 +421,14 @@

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

Expand Down

0 comments on commit b2ff29d

Please sign in to comment.