From a0d768fa02327ce2e1f90278b500ad8f00764873 Mon Sep 17 00:00:00 2001 From: LocalizationBuildProcess Date: Thu, 1 Aug 2019 13:50:11 -0700 Subject: [PATCH] Try using var ${repo.url} --- libraries/bot-connector/pom.xml | 4 ++-- libraries/botbuilder-schema/pom.xml | 4 ++-- libraries/botbuilder/pom.xml | 4 ++-- samples/bot-connector-sample/pom.xml | 4 ++-- settings.xml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libraries/bot-connector/pom.xml b/libraries/bot-connector/pom.xml index dd1241ba0..6470d2da1 100644 --- a/libraries/bot-connector/pom.xml +++ b/libraries/bot-connector/pom.xml @@ -97,14 +97,14 @@ MyGet - https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/ + ${repo.url} MyGet - https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/ + ${repo.url} diff --git a/libraries/botbuilder-schema/pom.xml b/libraries/botbuilder-schema/pom.xml index eb5d7bfac..6fe6dd8e4 100644 --- a/libraries/botbuilder-schema/pom.xml +++ b/libraries/botbuilder-schema/pom.xml @@ -77,14 +77,14 @@ MyGet - https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/ + ${repo.url} MyGet - https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/ + ${repo.url} diff --git a/libraries/botbuilder/pom.xml b/libraries/botbuilder/pom.xml index 732130ed5..1306f139d 100644 --- a/libraries/botbuilder/pom.xml +++ b/libraries/botbuilder/pom.xml @@ -121,14 +121,14 @@ MyGet - https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/ + ${repo.url} MyGet - https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/ + ${repo.url} diff --git a/samples/bot-connector-sample/pom.xml b/samples/bot-connector-sample/pom.xml index d4f7248cd..43fc0e91d 100644 --- a/samples/bot-connector-sample/pom.xml +++ b/samples/bot-connector-sample/pom.xml @@ -63,14 +63,14 @@ MyGet - https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/ + ${repo.url} MyGet - https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/ + ${repo.url} diff --git a/settings.xml b/settings.xml index ce878cdbf..6feaf8f5d 100644 --- a/settings.xml +++ b/settings.xml @@ -134,8 +134,8 @@ under the License. MyGet - ${internal.repo.username} - ${internal.repo.password} + ${repo.username} + ${repo.password}