Skip to content

Commit

Permalink
TEZ-4593: Disable releases for apache.snapshots repo (#384). (Attila …
Browse files Browse the repository at this point in the history
…Doroszlai, Reviewed by Ayush Saxena)
  • Loading branch information
adoroszlai authored Dec 18, 2024
1 parent 1f7465f commit ca15119
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
<id>${distMgmtSnapshotsId}</id>
<name>${distMgmtSnapshotsName}</name>
<url>${distMgmtSnapshotsUrl}</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>

Expand All @@ -144,6 +147,9 @@
<name>${distMgmtSnapshotsName}</name>
<url>${distMgmtSnapshotsUrl}</url>
<layout>default</layout>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit ca15119

Please sign in to comment.