Skip to content

Commit

Permalink
ci(snapshots): remove trailing slash (backport #461) (#462)
Browse files Browse the repository at this point in the history
* ci(snapshots): remove trailing slash (#461)

(cherry picked from commit b521ed6)

# Conflicts:
#	pom.xml

* fixup! ci(snapshots): remove trailing slash (#461)

---------

Co-authored-by: Andrew Azores <aazores@redhat.com>
  • Loading branch information
mergify[bot] and andrewazores committed Sep 11, 2024
1 parent a188179 commit cda4469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
<maven-central>
<active>ALWAYS</active>
<url>https://s01.oss.sonatype.org/service/local</url>
<snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots/</snapshotUrl>
<snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots</snapshotUrl>
<verifyPom>false</verifyPom><!-- FIXME remove this once the Adoptium JMC repository is removed -->
<closeRepository>true</closeRepository>
<releaseRepository>true</releaseRepository>
Expand Down

0 comments on commit cda4469

Please sign in to comment.