Skip to content

Commit

Permalink
Revert "chore: move distribution management to settings.xml"
Browse files Browse the repository at this point in the history
This reverts commit 6289e75.
  • Loading branch information
brenoepics committed Mar 11, 2024
1 parent b388edc commit 37ce31b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,4 @@
<password>${env.MAVEN_PASSWORD}</password>
</server>
</servers>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
</settings>

0 comments on commit 37ce31b

Please sign in to comment.