[
https://issues.apache.org/jira/browse/OOZIE-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17913396#comment-17913396
]
Attila Doroszlai commented on OOZIE-3726:
-----------------------------------------
Thanks [~dionusos] for the review.
> 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)