This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push: new 157bbef4 Update description 157bbef4 is described below commit 157bbef49a62752a59b44df8f0cf66346f7175ee Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 28 19:29:57 2024 -0400 Update description --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9819b39b..4e766011 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <version>1.9.1-SNAPSHOT</version> <name>Apache Commons Validator</name> <description> - Apache Commons Validator provides the building blocks for both client side validation and server side data validation. + Apache Commons Validator provides the building blocks for both client-side and server-side data validation. It may be used standalone or with a framework like Struts. </description> <url>http://commons.apache.org/proper/commons-validator/</url>