We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0773071 commit 39a9013Copy full SHA for 39a9013
maven/settings.xml
@@ -4,8 +4,8 @@
4
<servers>
5
<server>
6
<id>ossrh</id>
7
- <username>aviadmor</username>
8
- <password>${env.JIRA_SONATYPE}</password>
+ <username>${env.SONATYPE_USERNAME}</username>
+ <password>${env.SONATYPE_PASSWORD}</password>
9
</server>
10
</servers>
11
<profiles>
0 commit comments