Skip to content

Commit

Permalink
KH-540: Rename the Nexus server ID
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Jun 3, 2024
1 parent 44d4c13 commit aff4eca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<distributionManagement>
<repository>
<name>Mekom Solutions Nexus repo for releases</name>
<id>mks-nexus-public</id>
<id>mks-nexus-public-releases</id>
<url>https://nexus.mekomsolutions.net/repository/maven-releases</url>
</repository>
<snapshotRepository>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<distributionManagement>
<repository>
<name>Mekom Solutions Nexus repo for releases</name>
<id>mks-nexus-public</id>
<id>mks-nexus-public-releases</id>
<url>https://nexus.mekomsolutions.net/repository/maven-releases</url>
</repository>
<snapshotRepository>
Expand Down
2 changes: 1 addition & 1 deletion prod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<distributionManagement>
<repository>
<name>Mekom SolutionsNexus private repo for releases</name>
<id>mks-nexus-private</id>
<id>mks-nexus-private-releases</id>
<url>https://nexus.mekomsolutions.net/repository/maven-private-releases/</url>
</repository>
<snapshotRepository>
Expand Down

0 comments on commit aff4eca

Please sign in to comment.