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


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

commit 0d7e143919f63d00dde4301ae7147448bb344c99
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Thu Nov 2 08:32:10 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index 8391f900..5f64261d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.bc.version>6.7.0</commons.bc.version>
-    <commons.release.desc>(Java 8)</commons.release.desc>
+    <commons.release.desc>(Java 8 or above)</commons.release.desc>
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
diff --git a/src/site/xdoc/download_bcel.xml b/src/site/xdoc/download_bcel.xml
index 9f49384f..dc947e7c 100644
--- a/src/site/xdoc/download_bcel.xml
+++ b/src/site/xdoc/download_bcel.xml
@@ -113,7 +113,7 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons BCEL 6.7.0 (Java 8)">
+    <section name="Apache Commons BCEL 6.7.0 (Java 8 or above)">
       <subsection name="Binaries">
         <table>
           <tr>

Reply via email to