Skip to content

Commit

Permalink
Merge pull request #88 from GIP-RECIA/change-nexus-url
Browse files Browse the repository at this point in the history
build: change nexus url
  • Loading branch information
jgribonvald authored Jul 27, 2023
2 parents 35b0068 + ee69d3f commit 67af5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<distributionManagement>
<repository>
<id>esco-releases</id>
<url>https://nexus.recia.fr/content/repositories/releases/</url>
<url>https://nexus.recia.dev/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>esco-snapshots</id>
<url>https://nexus.recia.fr/content/repositories/snapshots/</url>
<url>https://nexus.recia.dev/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 67af5d6

Please sign in to comment.