You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/11/02 12:32:28 UTC

(commons-beanutils) branch master updated: Clarifies Java platform requirement

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 dbbe17cd Clarifies Java platform requirement
dbbe17cd is described below

commit dbbe17cd2a557dfe2b2a6c2ce02dc01dc20c2cb7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 2 08:32:24 2023 -0400

    Clarifies Java platform requirement
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc364624..b6cbf115 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <commons.module.name>org.apache.commons.beanutils2</commons.module.name>
     <!-- Current version -->
     <commons.release.version>2.0.0</commons.release.version>
-    <commons.release.desc>(Java 8)</commons.release.desc>
+    <commons.release.desc>(Java 8 or above)</commons.release.desc>
     <!-- Previous major version -->
     <commons.release.2.version>1.9.4</commons.release.2.version>
     <commons.release.2.desc>(Java 6)</commons.release.2.desc>