diff --git a/pom.xml b/pom.xml index e10f5f5e59091269b136cdc8c5db7cecfc4d82f8..0e45a9d8c4ccf37718a39f3b45ee7fb64b700caa 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