Attila Doroszlai created OPENNLP-1670: -----------------------------------------
Summary: Disable releases for apache.snapshots repo Key: OPENNLP-1670 URL: https://issues.apache.org/jira/browse/OPENNLP-1670 Project: OpenNLP Issue Type: Bug Components: Build, Packaging and Test Reporter: Attila Doroszlai The Apache snapshot repository should be enabled only for snapshots. {code:title=https://github.com/apache/opennlp/blob/7d4b450fc4f0cd76a3de220bc2383b5d98b12498/pom.xml#L47-L54} <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url>https://repository.apache.org/snapshots</url> <snapshots> <enabled>true</enabled> </snapshots> </repository> {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)