[KYUUBI #717] use secure repository
### _Why are the changes needed?_ Mirror changes, for secure repository. ### _How was this patch tested?_ - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request No need. Closes #717 from timothy65535/mirror. Closes #717 d920a9c3 [timothy65535] use secure repository Authored-by: timothy65535 <timothy65535@163.com> Signed-off-by: Kent Yao <yao@apache.org>
This commit is contained in:
parent
ac481a6c89
commit
3e8a621185
2
pom.xml
2
pom.xml
@ -183,7 +183,7 @@
|
|||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>apache</id>
|
<id>apache</id>
|
||||||
<name>Apache Repository Snapshots</name>
|
<name>Apache Repository Snapshots</name>
|
||||||
<url>http://repository.apache.org/snapshots</url>
|
<url>https://repository.apache.org/snapshots</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user