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


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

commit 58c149f8a62e005766ff0ebcb0b0de1f06784b1c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 2 08:42:29 2023 -0400

    Clarifies Java platform requirement
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 776bb6e..a22b165 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
     <commons.module.name>org.apache.commons.testing</commons.module.name>
     <!-- Current 1.x release series -->
     <commons.release.version>1.0.0</commons.release.version>
-    <commons.release.desc>(Java 7)</commons.release.desc>
+    <commons.release.desc>(Java 7 or above)</commons.release.desc>
     <commons.jira.id>TESTING</commons.jira.id>
     <commons.jira.pid>????</commons.jira.pid>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 722396a..2bacf2f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-  <release version="1.0.0" date="2018-MM-DD" description="First release (Java 
7)">
+  <release version="1.0.0" date="2018-MM-DD" description="First release (Java 
7 or above)">
     
   </release>
 

Reply via email to