Skip to content

Commit

Permalink
Merge pull request quarkusio#33612 from gsmet/fix-parent-repositories
Browse files Browse the repository at this point in the history
Make repositories setup in quarkus-parent consistent with other poms
  • Loading branch information
gsmet authored May 26, 2023
2 parents a76d1b5 + 1ec82c5 commit cee314f
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 cee314f

Please sign in to comment.