[
https://issues.apache.org/jira/browse/OOZIE-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913392#comment-17913392
]
ASF subversion and git services commented on OOZIE-3726:
--------------------------------------------------------
Commit ffb3465ca1015aeeb564fc5f69a779781fabcf8d in oozie's branch
refs/heads/master from Denes Bodo
[ https://gitbox.apache.org/repos/asf?p=oozie.git;h=ffb3465ca ]
OOZIE-3726 Disable releases for apache.snapshots repo
> Disable releases for apache.snapshots repo
> ------------------------------------------
>
> Key: OOZIE-3726
> URL: https://issues.apache.org/jira/browse/OOZIE-3726
> Project: Oozie
> Issue Type: Bug
> Components: build
> Reporter: Attila Doroszlai
> Priority: Major
> Labels: snapshot-repo
> Attachments: OOZIE-3726-001.patch
>
>
> The Apache snapshot repository should be enabled only for snapshots.
> {code:title=https://github.com/apache/oozie/blob/318fac5391eb1b7e9b868ee6fb64f4e9c49850cb/pom.xml#L160-L167}
> <repository>
> <id>apache.snapshots.repo</id>
> <url>https://repository.apache.org/content/groups/snapshots</url>
> <name>Apache Snapshots Repository</name>
> <snapshots>
> <enabled>true</enabled>
> </snapshots>
> </repository>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)