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

dionusos pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git


The following commit(s) were added to refs/heads/master by this push:
     new ffb3465ca OOZIE-3726 Disable releases for apache.snapshots repo
ffb3465ca is described below

commit ffb3465ca1015aeeb564fc5f69a779781fabcf8d
Author: Denes Bodo <[email protected]>
AuthorDate: Wed Jan 15 18:39:43 2025 +0100

    OOZIE-3726 Disable releases for apache.snapshots repo
---
 pom.xml         | 3 +++
 release-log.txt | 1 +
 2 files changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 52085a689..082ab6798 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,6 +161,9 @@
             <id>apache.snapshots.repo</id>
             <url>https://repository.apache.org/content/groups/snapshots</url>
             <name>Apache Snapshots Repository</name>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
diff --git a/release-log.txt b/release-log.txt
index 43a599cb4..518d2cb5d 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.3.0 release (trunk - unreleased)
 
+OOZIE-3726 Disable releases for apache.snapshots repo (adoroszlai via dionusos)
 OOZIE-3728 Upgrade Hadoop to 2.8.5 (asasvari, dionusos via dionusos)
 OOZIE-3717 When fork actions parallel submit, becasue 
ForkedActionStartXCommand and ActionStartXCommand has the same name, so 
ForkedActionStartXCommand would be lost, and cause deadlock (chenhd via 
dionusos)
 OOZIE-3715 Fix fork out more than one transitions submit , one transition 
submit fail can't execute KillXCommand (chenhd via dionusos)

Reply via email to