Skip to content

Commit

Permalink
fix settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
strantalis committed Oct 3, 2024
1 parent f22d2c1 commit 70853e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</server>
<server>
<id>central</id>
<username>${env.MAVEN_CENTRAL_USERNAME}</username>
<password>${env.MAVEN_CENTRAL_PASSWORD}</password>
<username>${env.MAVEN_USERNAME}</username>
<password>${env.MAVEN_PASSWORD}</password>
</server>
</servers>
</settings>

0 comments on commit 70853e8

Please sign in to comment.