This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 765a357085d HADOOP-19360. Disable releases for apache.snapshots repo
(#7221)
765a357085d is described below
commit 765a357085d9356ea93a00d1a80deb160c9aeeab
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Dec 11 07:37:33 2024 +0100
HADOOP-19360. Disable releases for apache.snapshots repo (#7221)
(cherry picked from commit efb83ecbc34ff29497575ee6940a49845c036fb5)
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 280121c8a0c..e5fc190a0d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/x
<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: [email protected]
For additional commands, e-mail: [email protected]