mirror of
https://github.com/spring-cloud/spring-cloud-build.git
synced 2026-09-17 12:49:00 +00:00
11 lines
235 B
XML
11 lines
235 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<settings>
|
|
<servers>
|
|
<server>
|
|
<id>repo.spring.io</id>
|
|
<username>${env.CI_DEPLOY_USERNAME}</username>
|
|
<password>${env.CI_DEPLOY_PASSWORD}</password>
|
|
</server>
|
|
</servers>
|
|
</settings>
|