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


The following commit(s) were added to refs/heads/master by this push:
     new 0b39b84  Clarifies Java platform requirement
0b39b84 is described below

commit 0b39b844ddef94c2878b8ca0bb5ad386d4a49afd
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 2 08:30:42 2023 -0400

    Clarifies Java platform requirement
---
 RELEASE-NOTES.txt       | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index cded48f..7568f94 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -6,7 +6,7 @@ The Apache Commons team is pleased to announce the release of 
Apache Commons Wea
 Apache Commons Weaver provides an easy way to enhance compiled Java
 classes by generating ("weaving") bytecode into those classes.
 
-Requires Java 8 or greater.
+Requires Java 8 or above.
 
 Changes in this version include:
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3f76456..5f2c862 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -23,12 +23,12 @@
     <author email="mben...@apache.org">Matt Benson</author>
   </properties>
   <body>
-    <release version="2.1" date="YYYY-MM-DD" description="Requires Java 8 or 
greater.">
+    <release version="2.1" date="YYYY-MM-DD" description="Requires Java 8 or 
above.">
       <action type="fix" dev="ggregory">Update commons.japicmp.version 0.11.1 
-> 0.15.1.</action>
       <action type="fix" dev="ggregory" due-to="John Patrick">Use JUnit 5 
assertThrows() #11, #12.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.apache.maven:maven-core from 3.1.0 to 3.8.1 in /maven-plugin #13.</action>
     </release>
-    <release version="2.0" date="2018-09-07" description="Requires Java 8 or 
greater.">
+    <release version="2.0" date="2018-09-07" description="Requires Java 8 or 
above.">
       <action issue="WEAVER-16" type="fix">NullPointerException when weaving 
class with no package.</action>
       <action issue="WEAVER-17" type="fix">Maven plugin was packaged without 
its (generated) HelpMojo class.</action>
       <action issue="WEAVER-19" type="add">Upgrade to Java 8.</action>

Reply via email to