Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion eng/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<id>azure-sdk-for-java</id>
<name>Azure Artifacts Maven Mirror</name>
<url>https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-java/maven/v1</url>
<mirrorOf>external:*,!repository.spring.milestone</mirrorOf>
<mirrorOf>external:*</mirrorOf>
Comment thread
rujche marked this conversation as resolved.
</mirror>
</mirrors>
</settings>
25 changes: 0 additions & 25 deletions sdk/parents/azure-client-sdk-parent-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1511,31 +1511,6 @@
</build>
</profile>

<!-- Used when Reactor had milestone releases to the Spring Milestone repository. -->
<!-- If Reactor milestones are needed again in the future, and they're being released -->
<!-- to the Spring Milestone repository uncomment the XML below. -->
<profile>
<id>external-dependency-version-overrides</id>
<activation>
<property>
<name>env.VERSION_OVERRIDE_TESTS</name>
</property>
</activation>
<repositories>
<repository>
<id>repository.spring.milestone</id>
<name>Spring Milestone Repository</name>
<url>https://repo.spring.io/milestone</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>

<profile>
<id>test-module-base-compile</id>
<activation>
Expand Down
25 changes: 0 additions & 25 deletions sdk/parents/azure-client-sdk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1657,31 +1657,6 @@
</build>
</profile>

<!-- Used when Reactor had milestone releases to the Spring Milestone repository. -->
<!-- If Reactor milestones are needed again in the future, and they're being released -->
<!-- to the Spring Milestone repository uncomment the XML below. -->
<profile>
<id>external-dependency-version-overrides</id>
<activation>
<property>
<name>env.VERSION_OVERRIDE_TESTS</name>
</property>
</activation>
<repositories>
<repository>
<id>repository.spring.milestone</id>
<name>Spring Milestone Repository</name>
<url>https://repo.spring.io/milestone</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>

<profile>
<id>test-module-base-compile</id>
Comment thread
rujche marked this conversation as resolved.
<activation>
Expand Down
Loading