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}