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

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git


The following commit(s) were added to refs/heads/main by this push:
     new 3ac22b8  Remove redundant information. Link to page instead.
3ac22b8 is described below

commit 3ac22b8693ef730f04082eeb639451715055b2ac
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 29 16:06:39 2026 -0400

    Remove redundant information. Link to page instead.
---
 src/site/markdown/index.md | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 48d3fa3..6a762f1 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -46,15 +46,8 @@ update when a new securing setting becomes available or a 
default changes.
 
 ## Usage
 
-Add the library to your build:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-xml</artifactId>
-  <version>${commons.release.version}</version>
-</dependency>
-```
+To add the library to your build, see <a href="dependency-info.html">Maven 
Coordinates</a>.
+(Maven Coordinates)[dependency-info.html]
 
 Every factory method in `org.apache.commons.xml` returns a new, secured 
factory.
 Pick the one that matches the API you already use;

Reply via email to