Skip to content

Commit

Permalink
Updated build to use a different maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Jan 27, 2021
1 parent 400e722 commit 93bae7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/examples/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
-->
<ivy-module version="2.0">
<info organisation="org.apache.solr" module="examples"/>
<info organisation="montysolr" module="examples"/>

<dependencies>
<dependency org="org.antlr" name="antlr-runtime" rev="3.5.2"/>
Expand Down
2 changes: 1 addition & 1 deletion ivy-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ibiblio name="svnkit-releases" root="http://maven.tmatesoft.com/content/repositories/releases" m2compatible="true" />

<!-- you might need to tweak this from china so it works -->
<ibiblio name="working-chinese-mirror" root="http://uk.maven.org/maven2" m2compatible="true" />
<ibiblio name="working-chinese-mirror" root="https://repo1.maven.org/maven2" m2compatible="true" />

<!--
<filesystem name="local-maven-2" m2compatible="true" local="true">
Expand Down

0 comments on commit 93bae7a

Please sign in to comment.