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.git
The following commit(s) were added to refs/heads/main by this push:
new 9ba57ce6 OPENNLP-1670: Disable releases for apache.snapshots repo
9ba57ce6 is described below
commit 9ba57ce6d0a42e97e41b37ab07061e1a972d5ae8
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 14 11:57:02 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 e040e650..f8d1fde1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,9 @@
<snapshots>
<enabled>true</enabled>
</snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
</repository>
</repositories>