Skip to content

Commit

Permalink
build: change nexus url
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Apr 25, 2023
1 parent 71b6505 commit ee69d3f
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 ee69d3f

Please sign in to comment.