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 authored and jgribonvald committed Jul 27, 2023
1 parent c70084a commit 58bfb16
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 @@ -46,11 +46,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 58bfb16

Please sign in to comment.