This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-addons.git


The following commit(s) were added to refs/heads/master by this push:
     new 6058336  OPENNLP-1670: Disable releases for apache.snapshots repo
6058336 is described below

commit 6058336359bae1f9bd83646931d9e6c7aab5da4c
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 14 14:42:44 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 43f72e6..39e5f29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,9 @@
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
         </repository>
     </repositories>
 

Reply via email to