From 0da013e8f57d33315ddbfb94f0bc15f59d1ce4a5 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Sun, 25 Aug 2019 16:40:52 +0200 Subject: [PATCH] Update maven repository url --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e10f5f5e5..0e45a9d8c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <repositories> <repository> <id>release</id> - <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-release</url> + <url>https://maven.thecodedev.de/artifactory/TheCodeLabs-release</url> <releases> <enabled>true</enabled> </releases> @@ -22,7 +22,7 @@ </repository> <repository> <id>snapshots</id> - <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-snapshots</url> + <url>https://maven.thecodedev.de/artifactory/TheCodeLabs-snapshots</url> <releases> <enabled>false</enabled> </releases> @@ -329,12 +329,12 @@ <repository> <id>release</id> <name>TheCodeLabs-releases</name> - <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-release</url> + <url>https://maven.thecodedev.de/artifactory/TheCodeLabs-release</url> </repository> <snapshotRepository> <id>snapshots</id> <name>TheCodeLabs-snapshots</name> - <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-snapshots</url> + <url>https://maven.thecodedev.de/artifactory/TheCodeLabs-snapshots</url> </snapshotRepository> </distributionManagement> </project> \ No newline at end of file -- GitLab