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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new 1b06fa77 Fix changes report link
new 04613bf7 Merge branch 'master' of
https://github.com/apache/commons-beanutils.git
1b06fa77 is described below
commit 1b06fa77521f80fd61eacb597af03109949ff174
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 17 15:00:59 2025 -0500
Fix changes report link
- Sentence ends in a period
- Add download link
- Remove extra text
---
RELEASE-NOTES.txt | 21 +++------------------
src/changes/release-notes.vm | 20 +++-----------------
2 files changed, 6 insertions(+), 35 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ebfe0b03..031f2862 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,7 +1,7 @@
Apache Commons BeanUtils 2.0.0-M1
Release Notes
-The Apache Commons BeanUtils team is pleased to announce the release of Apache
Commons BeanUtils 2.0.0-M1
+The Apache Commons BeanUtils team is pleased to announce the release of Apache
Commons BeanUtils 2.0.0-M1.
Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around
reflection and introspection.
@@ -92,6 +92,8 @@ patches, or suggestions for improvement, see the Apache
Commons BeanUtils websit
https://commons.apache.org/proper/commons-beanutils/
+Download it from
https://commons.apache.org/proper/commons-beanutils/download_beanutils.cgi
+
-----------------------------------------------------------------------------
Apache Commons BeanUtils 1.10.0
Release Notes
@@ -132,23 +134,6 @@ https://commons.apache.org/proper/commons-beanutils/
Download it from
https://commons.apache.org/proper/commons-beanutils/download_beanutils.cgi
-Have fun!
--Apache Commons BeanUtils team
-
-Feedback
---------
-Open source works best when you give feedback:
-
- https://commons.apache.org/beanutils
-
-Please direct all bug reports to JIRA:
-
- https://issues.apache.org/jira/browse/BEANUTILS
-
-Or subscribe to the commons-user mailing list
-
-The Apache Commons Team
-
-----------------------------------------------------------------------------
Apache Commons BeanUtils 1.9.4
Release Notes
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 0afddb20..f7f1dd67 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -15,10 +15,10 @@
## specific language governing permissions and limitations
## under the License.
##
- ${project.name} ${version}
- RELEASE NOTES
+${project.name} ${version}
+Release Notes
-The ${developmentTeam} is pleased to announce the release of ${project.name}
${version}
+The ${developmentTeam} is pleased to announce the release of ${project.name}
${version}.
$introduction.replaceAll("(?<!\015)\012", "
").replaceAll("(?m)^ +","")
@@ -126,18 +126,4 @@ Download it from ${project.url}/download_beanutils.cgi
Have fun!
-Apache Commons BCEL team
-Feedback
---------
-Open source works best when you give feedback:
-
- https://commons.apache.org/beanutils
-
-Please direct all bug reports to JIRA:
-
- https://issues.apache.org/jira/browse/BEANUTILS
-
-Or subscribe to the commons-user mailing list
-
-The Apache Commons Team
-
-----------------------------------------------------------------------------