This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-models.git
The following commit(s) were added to refs/heads/main by this push:
new 99c1d2d OPENNLP-1670: Disable releases for apache.snapshots repo
99c1d2d is described below
commit 99c1d2d2993cb01f4b6146752ae1ae2f234db2bf
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 14 14:45:29 2024 +0100
OPENNLP-1670: Disable releases for apache.snapshots repo
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 43e6224..141c4c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,9 @@
<snapshots>
<enabled>true</enabled>
</snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
</repository>
</repositories>