Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e3b1292d authored by remi rativel's avatar remi rativel
Browse files

Merge branch 'feature/GZL-5619-update_nexus' into 'release/4.4.2'

update nexus

See merge request !48
parents 72b2dc48 4ce3d118
No related branches found
No related tags found
2 merge requests!50nexus migration,!48update nexus
Pipeline #1129281 failed
......@@ -3,13 +3,13 @@
<parent>
<groupId>net.ihe.gazelle.model</groupId>
<artifactId>gazelle-model</artifactId>
<version>8.0.1</version>
<version>8.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle.tm</groupId>
<artifactId>gazelle-tm-tools</artifactId>
<version>4.4.2-SNAPSHOT</version>
<version>4.4.2-GZL-5619-SNAPSHOT</version>
<packaging>ejb</packaging>
<name>gazelle-tm-tools</name>
......@@ -487,7 +487,7 @@
<repository>
<id>IHE</id>
<name>IHE Public Maven Repository Group</name>
<url>https://gazelle.ihe.net/nexus/content/groups/public/</url>
<url>https://nexus.ihe-catalyst.net/repository/maven-public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
......@@ -503,7 +503,7 @@
<pluginRepository>
<id>IHE-plugins</id>
<name>IHE Plugins Public Maven Repository Group</name>
<url>http://gazelle.ihe.net/nexus/content/groups/public/</url>
<url>https://nexus.ihe-catalyst.net/repository/maven-public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
......@@ -518,11 +518,11 @@
<distributionManagement>
<repository>
<id>nexus-releases</id>
<url>https://gazelle.ihe.net/nexus/content/repositories/releases</url>
<url>https://nexus.ihe-catalyst.net/repository/releases/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>https://gazelle.ihe.net/nexus/content/repositories/snapshots/</url>
<url>https://nexus.ihe-catalyst.net/repository/snapshots/</url>
</snapshotRepository>
</distributionManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment