From 2a88edcd4b7eb692abf8be871355ed163bca0dec Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 3 Sep 2024 13:32:47 +0200 Subject: [PATCH] Change to new conan v2 artifacotry repository adress. part of CURA-11622 --- remotes.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/remotes.json b/remotes.json index 9386449..cdfb47b 100644 --- a/remotes.json +++ b/remotes.json @@ -6,9 +6,9 @@ "verify_ssl": true }, { - "name": "cura-conan-v2", - "url": "https://cura.jfrog.io/artifactory/api/conan/cura-conan-v2-local-dev", + "name": "cura-conan2", + "url": "https://cura.jfrog.io/artifactory/api/conan/cura-conan2-dev", "verify_ssl": true } ] -} \ No newline at end of file +}