This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/main by this push:
new fb2c75c42 Remove snapshot infos from maven-dependency.ad to comply
with ASF policy on releasing software
fb2c75c42 is described below
commit fb2c75c42e077066b5dadaa4816707c6800d45cf
Author: Martin Wiesner <[email protected]>
AuthorDate: Thu Feb 19 15:59:41 2026 +0100
Remove snapshot infos from maven-dependency.ad to comply with ASF policy on
releasing software
---
src/main/jbake/content/maven-dependency.ad | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/src/main/jbake/content/maven-dependency.ad
b/src/main/jbake/content/maven-dependency.ad
index e4e06b9cc..c6bb086a7 100755
--- a/src/main/jbake/content/maven-dependency.ad
+++ b/src/main/jbake/content/maven-dependency.ad
@@ -102,28 +102,3 @@ To use the OpenNLP Morfologik-Addon define the following
dependency:
<version>{opennlp_version}</version>
</dependency>
----
-
-== SNAPSHOTS
-=== OpenNLP Tools SNAPSHOT Dependency
-To use the current version of the _main_ branch define the following
dependency:
-
-[source,xml,indent=0,subs=attributes+]
-----
-<dependency>
- <groupId>org.apache.opennlp</groupId>
- <artifactId>opennlp-tools</artifactId>
- <version>{opennlp_next_version}</version>
-</dependency>
-----
-
-NOTE: All `SNAPSHOT` dependencies require the following Maven repository:
-
-[source,xml,indent=0,subs=attributes+]
-----
-<repositories>
- <repository>
- <id>apache opennlp snapshot</id>
- <url>https://repository.apache.org/content/repositories/snapshots/</url>
- </repository>
-</repositories>
-----