From 976ff43bbe15000f8bbcee9ea404664e12206edd Mon Sep 17 00:00:00 2001 From: tobias <tobias@thecodedev.de> Date: Fri, 20 Sep 2019 22:08:12 +0200 Subject: [PATCH] Change maven repository urls to maven.thecodedev.de --- PlayWall/pom.xml | 8 ++++---- PlayWall/src/main/resources/repository.yml | 2 +- PlayWallComponents/pom.xml | 8 ++++---- PlayWallCore/pom.xml | 8 ++++---- PlayWallPlugins/PlayWallPluginAwake/pom.xml | 8 ++++---- PlayWallPlugins/PlayWallPluginEqualizer/pom.xml | 8 ++++---- PlayWallPlugins/PlayWallPluginLaunchpad/pom.xml | 8 ++++---- PlayWallPlugins/PlayWallPluginMedia/pom.xml | 8 ++++---- PlayWallPlugins/PlayWallPluginNativeAudio/pom.xml | 8 ++++---- PlayWallPlugins/PlayWallPluginPlayoutLog/pom.xml | 8 ++++---- PlayWallPlugins/PlayWallPluginWebAPI/pom.xml | 8 ++++---- pom.xml | 12 ++++++------ 12 files changed, 47 insertions(+), 47 deletions(-) diff --git a/PlayWall/pom.xml b/PlayWall/pom.xml index d3712d80..0fa69079 100644 --- a/PlayWall/pom.xml +++ b/PlayWall/pom.xml @@ -258,19 +258,19 @@ <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> <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> @@ -280,7 +280,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> diff --git a/PlayWall/src/main/resources/repository.yml b/PlayWall/src/main/resources/repository.yml index 826913d6..e510bbbe 100644 --- a/PlayWall/src/main/resources/repository.yml +++ b/PlayWall/src/main/resources/repository.yml @@ -1,4 +1,4 @@ -url: "https://maven.thecodelabs.de/artifactory" +url: "https://maven.thecodedev.de/artifactory" repository: releases: "TheCodeLabs-release" snapshots: "TheCodeLabs-snapshots" diff --git a/PlayWallComponents/pom.xml b/PlayWallComponents/pom.xml index 8592b395..0a853697 100644 --- a/PlayWallComponents/pom.xml +++ b/PlayWallComponents/pom.xml @@ -52,19 +52,19 @@ <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> <repositories> <repository> <id>release</id> - <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-release</url> + <url>https://maven.thecodedev.de/artifactory/Releases</url> <releases> <enabled>true</enabled> </releases> @@ -74,7 +74,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> diff --git a/PlayWallCore/pom.xml b/PlayWallCore/pom.xml index b1e6a4dc..ef6feabd 100644 --- a/PlayWallCore/pom.xml +++ b/PlayWallCore/pom.xml @@ -140,19 +140,19 @@ <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> <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> @@ -162,7 +162,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> diff --git a/PlayWallPlugins/PlayWallPluginAwake/pom.xml b/PlayWallPlugins/PlayWallPluginAwake/pom.xml index 8887f5db..d2ccd2d5 100644 --- a/PlayWallPlugins/PlayWallPluginAwake/pom.xml +++ b/PlayWallPlugins/PlayWallPluginAwake/pom.xml @@ -75,19 +75,19 @@ <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> <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> @@ -97,7 +97,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> diff --git a/PlayWallPlugins/PlayWallPluginEqualizer/pom.xml b/PlayWallPlugins/PlayWallPluginEqualizer/pom.xml index 5fc60f10..cab3c273 100644 --- a/PlayWallPlugins/PlayWallPluginEqualizer/pom.xml +++ b/PlayWallPlugins/PlayWallPluginEqualizer/pom.xml @@ -75,19 +75,19 @@ <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> <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> @@ -97,7 +97,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> diff --git a/PlayWallPlugins/PlayWallPluginLaunchpad/pom.xml b/PlayWallPlugins/PlayWallPluginLaunchpad/pom.xml index 36a52d5d..6625ee14 100644 --- a/PlayWallPlugins/PlayWallPluginLaunchpad/pom.xml +++ b/PlayWallPlugins/PlayWallPluginLaunchpad/pom.xml @@ -74,19 +74,19 @@ <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> <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> @@ -96,7 +96,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> diff --git a/PlayWallPlugins/PlayWallPluginMedia/pom.xml b/PlayWallPlugins/PlayWallPluginMedia/pom.xml index cb2e2b2f..dcc93123 100644 --- a/PlayWallPlugins/PlayWallPluginMedia/pom.xml +++ b/PlayWallPlugins/PlayWallPluginMedia/pom.xml @@ -74,19 +74,19 @@ <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> <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> @@ -96,7 +96,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> diff --git a/PlayWallPlugins/PlayWallPluginNativeAudio/pom.xml b/PlayWallPlugins/PlayWallPluginNativeAudio/pom.xml index 47ce0f6c..14e1fb20 100644 --- a/PlayWallPlugins/PlayWallPluginNativeAudio/pom.xml +++ b/PlayWallPlugins/PlayWallPluginNativeAudio/pom.xml @@ -121,19 +121,19 @@ <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> <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> @@ -143,7 +143,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> diff --git a/PlayWallPlugins/PlayWallPluginPlayoutLog/pom.xml b/PlayWallPlugins/PlayWallPluginPlayoutLog/pom.xml index ceaff39b..b2bb0192 100644 --- a/PlayWallPlugins/PlayWallPluginPlayoutLog/pom.xml +++ b/PlayWallPlugins/PlayWallPluginPlayoutLog/pom.xml @@ -114,19 +114,19 @@ <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> <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> @@ -136,7 +136,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> diff --git a/PlayWallPlugins/PlayWallPluginWebAPI/pom.xml b/PlayWallPlugins/PlayWallPluginWebAPI/pom.xml index 4ef2d9a7..19244876 100644 --- a/PlayWallPlugins/PlayWallPluginWebAPI/pom.xml +++ b/PlayWallPlugins/PlayWallPluginWebAPI/pom.xml @@ -102,19 +102,19 @@ <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> <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> @@ -124,7 +124,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> diff --git a/pom.xml b/pom.xml index c14c26d2..3a347ac5 100644 --- a/pom.xml +++ b/pom.xml @@ -123,12 +123,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> @@ -146,7 +146,7 @@ </pluginRepository> <pluginRepository> <id>release</id> - <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-plugins-release</url> + <url>https://maven.thecodedev.de/artifactory/TheCodeLabs-plugins-release</url> <releases> <enabled>true</enabled> </releases> @@ -156,7 +156,7 @@ </pluginRepository> <pluginRepository> <id>snapshots</id> - <url>https://maven.thecodelabs.de/artifactory/TheCodeLabs-plugins-snapshots</url> + <url>https://maven.thecodedev.de/artifactory/TheCodeLabs-plugins-snapshots</url> <releases> <enabled>false</enabled> </releases> @@ -187,7 +187,7 @@ <repository> <id>release</id> - <url>https://maven.thecodelabs.de/artifactory/Releases</url> + <url>https://maven.thecodedev.de/artifactory/Releases</url> <releases> <enabled>true</enabled> </releases> @@ -197,7 +197,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> -- GitLab