This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git
The following commit(s) were added to refs/heads/trunk by this push: new 5684b8e HADOOP-19360. Disable releases for apache.snapshots repo (#41) 5684b8e is described below commit 5684b8ef64cb96a27ae4ce7b3f0ad80b7a0b18f2 Author: Doroszlai, Attila <6454655+adorosz...@users.noreply.github.com> AuthorDate: Mon Dec 16 09:23:13 2024 +0100 HADOOP-19360. Disable releases for apache.snapshots repo (#41) --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 35c8bb2..e9cf051 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,9 @@ <id>${distMgmtSnapshotsId}</id> <name>${distMgmtSnapshotsName}</name> <url>${distMgmtSnapshotsUrl}</url> + <releases> + <enabled>false</enabled> + </releases> </repository> <repository> <id>repository.jboss.org</id> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org