mirror of https://github.com/renovatebot/renovate
22 lines
770 B
XML
22 lines
770 B
XML
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
|
|
<profiles>
|
|
<profile>
|
|
<id>adobe-public</id>
|
|
<repositories>
|
|
<repository>
|
|
<id>adobe-public-releases</id>
|
|
<name>Adobe Public Repository</name>
|
|
<url>https://repo.adobe.com/nexus/content/groups/public</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
<updatePolicy>never</updatePolicy>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>false</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
</repositories>
|
|
</profile>
|
|
</profiles>
|
|
</settings>
|