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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new f748b5920 Better text for the release notes
f748b5920 is described below

commit f748b592017eb2ce649ada2b620b4cf4e27380ca
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 26 12:47:13 2025 +0000

    Better text for the release notes
---
 pom.xml                      | 3 ++-
 src/changes/release-notes.vm | 6 ------
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index b95c1353a..75e6b0096 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,8 @@
   <name>Apache Commons Configuration</name>
   <inceptionYear>2001</inceptionYear>
   <description>
-    Tools to assist in the reading of configuration/preferences files in 
various formats; requires Java 8.
+    The Commons Configuration software library provides a generic 
configuration interface that enables an application to read configuration data 
from
+    various sources and requires Java 8.
   </description>
   <properties>
     <commons.componentid>configuration</commons.componentid>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 4e19aa050..e1dd9a175 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -25,12 +25,6 @@ Introducing Apache Commons Configuration
 
 The Apache Commons Team is pleased to announce Commons Configuration 
${version}.
 
-This document contains the release notes for this version of the Commons
-Configuration component. It describes the changes since the previous version.
-The Commons Configuration software library provides a generic configuration
-interface which enables an application to read configuration data from a 
variety
-of sources.
-
 $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","")
 

Reply via email to