From 557b1eb32ce8feb117c9f95f4730611a82379e0e Mon Sep 17 00:00:00 2001 From: Daniel Haag <daniel.haag@uibk.ac.at> Date: Mon, 12 Feb 2018 07:31:36 +0000 Subject: [PATCH] OPENOLAT-551: use nmvn and zid-lvcs for distributionManagement and scm --- pom.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 5c217f68f41..33a6f419d1f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,14 +29,12 @@ </licenses> <distributionManagement> <repository> - <id>nexus.openolat</id> - <name>OpenOLAT Internal Nexus Release Repository</name> - <url>https://nexus.openolat.org/nexus/content/repositories/openolat</url> + <id>nmvn-lms</id> + <url>https://nmvn.uibk.ac.at/artifactory/olat-release-local</url> </repository> <snapshotRepository> - <id>nexus.openolat</id> - <name>OpenOLAT Internal Nexus Snapshot Repository</name> - <url>https://nexus.openolat.org/nexus/content/repositories/openolat-snapshots</url> + <id>nmvn-lms</id> + <url>https://nmvn.uibk.ac.at/artifactory/olat-snapshot-local</url> </snapshotRepository> </distributionManagement> <issueManagement> @@ -44,8 +42,8 @@ <url>http://jira.openolat.org</url> </issueManagement> <scm> - <connection>scm:hg:http://hg.openolat.org</connection> - <developerConnection>scm:hg:http://hg.openolat.org</developerConnection> + <connection>scm:hg:https://zid-lvcs.uibk.ac.at/proj/openolat_12_uibk</connection> + <developerConnection>scm:hg:https://zid-lvcs.uibk.ac.at/proj/openolat_12_dev</developerConnection> <url>http://hg.openolat.org</url> </scm> <mailingLists> -- GitLab