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


The following commit(s) were added to refs/heads/master by this push:
     new 5fd22dba Bump Java requirement from version 7 to 8
5fd22dba is described below

commit 5fd22dbaaf90ca7726772dbd8b602f57045592f8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 22 09:12:57 2024 -0400

    Bump Java requirement from version 7 to 8
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d923ece2..0f7d5ff2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,8 +203,8 @@
   </modules>
 
   <properties>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>digester</commons.componentid>
     <commons.module.name>org.apache.commons.digester3</commons.module.name>
     <commons.release.version>3.3</commons.release.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3d498ed2..4c83c42d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,10 @@
       Bump Java requirement from version 5 to 6.
     </action>
     <action dev="ggregory" type="update" issue="DIGESTER-194">
-      Bump Java requirement from version 6 to 7
+      Bump Java requirement from version 6 to 7.
+    </action>
+    <action dev="ggregory" type="update">
+      Bump Java requirement from version 7 to 8.
     </action>
     <action dev="ggregory" type="update" issue="DIGESTER-187">
       Bump Apache Commons BeanUtils from 1.8.3 to 1.9.4.

Reply via email to