Skip to content

Commit

Permalink
feat: modify the environment variables in maven-settings.xml (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
liewstar authored Sep 27, 2024
1 parent 0f2b15c commit 06eb766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<servers>
<server>
<id>ossrh</id>
<username>${OSSRH_USERNAME}</username>
<password>${OSSRH_PASSWORD}</password>
<username>${OSSRH_JIRA_USERNAME}</username>
<password>${OSSRH_JIRA_PASSWORD}</password>
</server>
</servers>
<profiles>
Expand Down

0 comments on commit 06eb766

Please sign in to comment.