Skip to content

Commit

Permalink
Make repositories setup in quarkus-parent consistent with other poms
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and michelle-purcell committed May 29, 2023
1 parent 450eac7 commit be1d780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<id>sonatype-nexus-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>oss.sonatype</id>
<id>sonatype-nexus-releases</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit be1d780

Please sign in to comment.