gson-comments/ci_settings.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
429 B
XML
Raw Normal View History

2022-05-12 23:23:14 +02:00
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
<server>
2022-11-03 15:20:24 +01:00
<id>jf-maven</id>
<username>${MAVEN_NAME}</username>
<password>${MAVEN_TOKEN}</password>
2022-05-12 23:23:14 +02:00
</server>
</servers>
</settings>