Skip to content

Commit

Permalink
fix(maven-settings.xml): bumped server id to ossrh (do not upgrad)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Jun 19, 2024
1 parent 68102ba commit bc6e54e
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 @@ -4,14 +4,14 @@
<settings>
<servers>
<server>
<id>central</id>
<id>ossrh</id>
<username>u1DFIM8q</username>
<password>6mquStSvHjk/6jI3gAWXXuSJhUiJ2uO020RYvs9h9gC0</password>
</server>
</servers>
<profiles>
<profile>
<id>central</id>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
Expand Down

0 comments on commit bc6e54e

Please sign in to comment.