Add ossrh profile to publish maven artifacts to oss.sonatype.org (synced with maven central)
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
<servers>
|
||||
<server>
|
||||
<id>ossrh</id>
|
||||
<username>${env.SONATYPE_USERNAME}</username>
|
||||
<password>${env.SONATYPE_PASSWORD}</password>
|
||||
<username>${SONATYPE_USERNAME}</username>
|
||||
<password>${SONATYPE_PASSWORD}</password>
|
||||
</server>
|
||||
</servers>
|
||||
</settings>
|
||||
|
||||
Reference in New Issue
Block a user