Skip to content

Commit cda4469

Browse files
ci(snapshots): remove trailing slash (backport #461) (#462)
* 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>
1 parent a188179 commit cda4469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
<maven-central>
375375
<active>ALWAYS</active>
376376
<url>https://s01.oss.sonatype.org/service/local</url>
377-
<snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots/</snapshotUrl>
377+
<snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots</snapshotUrl>
378378
<verifyPom>false</verifyPom><!-- FIXME remove this once the Adoptium JMC repository is removed -->
379379
<closeRepository>true</closeRepository>
380380
<releaseRepository>true</releaseRepository>

0 commit comments

Comments
 (0)