-
Notifications
You must be signed in to change notification settings - Fork 9
/
settings.xml
25 lines (24 loc) · 986 Bytes
/
settings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>ossrh</id>
<username>polyfillservice</username>
<password>{Ut1ipm/G+EsHapowus/U7YSq9tLIf5q5VNXjy8xtVBQ=}</password>
</server>
</servers>
<profiles>
<profile>
<id>gpg</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg2</gpg.executable>
<gpg.passphrase>Shaocong created this key. Will expire in 2019-06-26. {MTh/1yE4zrMH/rKmrQ4apNUiwCMRdf9KnyRO+EQRVcqpRyg5LS9NpcvORC858G3c}</gpg.passphrase>
</properties>
</profile>
</profiles>
</settings>