This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch ranger-2.6
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit f084dc3505338cf4c336755aabebbe18c1f0fe0d
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Dec 9 18:13:12 2024 +0100

    RANGER-5065. Disable releases for apache.snapshots repo (#435)
    
    (cherry picked from commit 34e4b31ab5a1ac2af36e18337d23fca14bf4a258)
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 41ee9f27a..b83f8a5a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -778,6 +778,9 @@
     </issueManagement>
     <repositories>
         <repository>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>

Reply via email to