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-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new 2f3a65d OPENNLP-1670: Disable releases for apache.snapshots repo
2f3a65d is described below
commit 2f3a65d2d925633b9f41f745f1c038280ab2b543
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 14 13:38:56 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 4c0b6c5..a8633c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,9 @@
<snapshots>
<enabled>true</enabled>
</snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
</repository>
</repositories>