2021-02-26 22:45:50 +01:00
|
|
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
2022-10-28 21:11:36 +02:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
|
2021-02-26 22:45:50 +01:00
|
|
|
http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
2022-10-28 21:11:36 +02:00
|
|
|
<servers>
|
|
|
|
<server>
|
|
|
|
<id>github</id>
|
|
|
|
<username>kiranhart</username>
|
|
|
|
<password>f6a7b9b1ad18c0ce4d3765cb776d2bba1e83a746</password>
|
|
|
|
</server>
|
|
|
|
</servers>
|
2021-02-26 22:45:50 +01:00
|
|
|
</settings>
|