Files
spring-session-data-mongodb/settings.xml
Greg L. Turnquist 236a140fa3 Release to sonatype.
Official releases now go directly to sonatype and stop depending upon bintray.
2021-01-07 16:30:31 -06:00

14 lines
422 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">
<servers>
<server>
<id>sonatype</id>
<username>${env.USERNAME}</username>
<password>${env.PASSWORD}</password>
</server>
</servers>
</settings>