Attila Doroszlai created OOZIE-3726:
---------------------------------------
Summary: 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
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)