Skip to content

Commit

Permalink
ci(snapshots): remove trailing slash (#461)
Browse files Browse the repository at this point in the history
(cherry picked from commit b521ed6)

# Conflicts:
#	pom.xml
  • Loading branch information
andrewazores authored and mergify[bot] committed Sep 11, 2024
1 parent a188179 commit 99b90f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,12 @@
<maven-central>
<active>ALWAYS</active>
<url>https://s01.oss.sonatype.org/service/local</url>
<<<<<<< HEAD
<snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots/</snapshotUrl>
<verifyPom>false</verifyPom><!-- FIXME remove this once the Adoptium JMC repository is removed -->
=======
<snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots</snapshotUrl>
>>>>>>> b521ed6 (ci(snapshots): remove trailing slash (#461))
<closeRepository>true</closeRepository>
<releaseRepository>true</releaseRepository>
<stagingRepositories>target/staging-deploy</stagingRepositories>
Expand Down

0 comments on commit 99b90f2

Please sign in to comment.