Skip to content

Commit

Permalink
Merge pull request #8 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 568081c + 4b2d003 commit f29f4af
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 @@ -22,11 +22,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>
<scm>
Expand Down

0 comments on commit f29f4af

Please sign in to comment.