Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries/bot-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@
<repositories>
<repository>
<id>MyGet</id>
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
<url>${repo.url}</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>MyGet</id>
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
<url>${repo.url}</url>
</repository>
</distributionManagement>

Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@
<repositories>
<repository>
<id>MyGet</id>
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
<url>${repo.url}</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>MyGet</id>
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
<url>${repo.url}</url>
</repository>
</distributionManagement>

Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@
<repositories>
<repository>
<id>MyGet</id>
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
<url>${repo.url}</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>MyGet</id>
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
<url>${repo.url}</url>
</repository>
</distributionManagement>

Expand Down
4 changes: 2 additions & 2 deletions samples/bot-connector-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
<repositories>
<repository>
<id>MyGet</id>
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
<url>${repo.url}</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>MyGet</id>
<url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</url>
<url>${repo.url}</url>
</repository>
</distributionManagement>

Expand Down
4 changes: 2 additions & 2 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ under the License.
<server>
<id>MyGet</id>
<!-- only needed for private feeds or when deploying artifacts to the feed -->
<username>${internal.repo.username}</username>
<password>${internal.repo.password}</password>
<username>${repo.username}</username>
<password>${repo.password}</password>
</server>
</servers>

Expand Down